This commit is contained in:
Aevann1 2021-08-22 18:33:18 +02:00
parent 002c5ed16f
commit 2ba1197c9e
4 changed files with 9 additions and 4 deletions

View file

@ -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")