forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-22 10:00:15 +02:00
parent 87496dd603
commit 659ae686e2
2 changed files with 1 additions and 3 deletions

View File

@ -190,8 +190,6 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
@auth_desired
def front_all(v):
return "sry upgrading server to handle the large traffic increase\n\nin the meantime, u can go outside or something idk"
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
if not v and request.path == "/": return redirect("/logged_out")

View File

@ -1,6 +1,6 @@
{% extends "settings2.html" %}
{% block pagetitle %}admins{% endblock %}
{% block pagetitle %}Admins{% endblock %}
{% block content %}
<pre class="d-none d-md-inline-block"></pre>