From 659ae686e2051f503b069be063fb845f9fe13742 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 Aug 2021 10:00:15 +0200 Subject: [PATCH] dffd --- files/routes/front.py | 2 -- files/templates/admins.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 789b928bee..b2263f35b0 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -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") diff --git a/files/templates/admins.html b/files/templates/admins.html index 280d7d5b43..0c3959dc94 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -1,6 +1,6 @@ {% extends "settings2.html" %} -{% block pagetitle %}admins{% endblock %} +{% block pagetitle %}Admins{% endblock %} {% block content %}