dffd
This commit is contained in:
parent
002c5ed16f
commit
2ba1197c9e
4 changed files with 9 additions and 4 deletions
|
@ -40,7 +40,7 @@ def participation_stats(v):
|
|||
|
||||
return render_template("admin/content_stats.html", v=v, title="Content Statistics", data=data)
|
||||
|
||||
@app.get("/patrons")
|
||||
@app.get("/paypigs")
|
||||
@auth_desired
|
||||
def patrons(v):
|
||||
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue