From a30ccc8af5feba9404e9fce85aecf7c7d90dca78 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 27 Mar 2022 20:42:02 +0200 Subject: [PATCH] fds --- files/helpers/const.py | 2 +- files/templates/authforms.html | 2 +- files/templates/chat.html | 4 ++-- files/templates/default.html | 4 ++-- files/templates/emoji_modal.html | 2 +- files/templates/log.html | 4 ++-- files/templates/login.html | 2 +- files/templates/login_2fa.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 4 ++-- files/templates/sign_up.html | 2 +- files/templates/sign_up_failed_ref.html | 2 +- files/templates/submit.html | 4 ++-- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 76beebb85..d787b5565 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -605,7 +605,7 @@ FORTUNE_REPLIES = ('Your fortune: Allah Wills It',' ROLES={ "owner": "864612849199480914", - "admin": "879459632656048180" if environ.get("DOMAIN") == "pcmemes.net" else "846509661288267776", + "admin": "846509661288267776", "linked": "890342909390520382", "1": "868129042346414132", "2": "875569477671067688", diff --git a/files/templates/authforms.html b/files/templates/authforms.html index e2ec65556..b820d73f6 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% if v.css %} {% endif %} @@ -109,7 +109,7 @@
-
+
0 diff --git a/files/templates/default.html b/files/templates/default.html index 263c6c3f9..edbeec6a3 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -8,7 +8,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index d286ccd7e..e777c854b 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -94,4 +94,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/files/templates/log.html b/files/templates/log.html index 5ca7b298c..ad38ab381 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html index c4a561e0d..ef40d9ce7 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -19,7 +19,7 @@ - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 5fbdc20c2..30df0198d 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{SITE_NAME}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index 98507f89d..f6f0b1ef2 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -34,7 +34,7 @@ - + {% if v.agendaposter %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index b30adb026..4f59838aa 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -31,7 +31,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 2ebfe3886..5c2c4a112 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -32,7 +32,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} - + diff --git a/files/templates/submit.html b/files/templates/submit.html index f9ffa9d62..d2d286364 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %}