diff --git a/files/routes/static.py b/files/routes/static.py index 1d3fffdc6d..b87c081b79 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -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") diff --git a/files/templates/admin/user_award.html b/files/templates/admin/user_award.html index 158dba1b8a..b250c6bf92 100644 --- a/files/templates/admin/user_award.html +++ b/files/templates/admin/user_award.html @@ -63,4 +63,9 @@ + +

+{% if v.id in [1,28,995]}
+	
Grant Monthly Awards
+{% endif %} {% endblock %} diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 091d0fc592..08fa4296d8 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -153,7 +153,7 @@ {% endblock %} -
+
{% block content %} {% endblock %} diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index 76b9d928f2..4465bbd433 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -138,7 +138,7 @@