From b83a16668b46eab0e0d13831fd4b0ebe91d56a75 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 6 Aug 2022 03:20:25 +0200 Subject: [PATCH] re-move bootstrap.js back to the top of documents to fix broken shit --- files/templates/chat.html | 3 ++- files/templates/default.html | 4 +-- files/templates/login.html | 4 +-- files/templates/settings.html | 4 +-- files/templates/settings2.html | 4 +-- files/templates/sign_up.html | 4 +-- files/templates/sign_up_failed_ref.html | 4 +-- files/templates/submit.html | 33 +++++++++++++------------ 8 files changed, 31 insertions(+), 29 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 98805192b..27f3fb77f 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -3,6 +3,8 @@ + + @@ -194,7 +196,6 @@ - {% include "emoji_modal.html" %} diff --git a/files/templates/default.html b/files/templates/default.html index b266188da..65dbe6e14 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -3,6 +3,8 @@ + + {% if request.path == '/' %} @@ -381,8 +383,6 @@ - - {% if v %} diff --git a/files/templates/login.html b/files/templates/login.html index d2d21dba0..a0a0da4b8 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -4,6 +4,8 @@ + + @@ -105,8 +107,6 @@ - - diff --git a/files/templates/settings.html b/files/templates/settings.html index 73249427a..c0d529b90 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -3,11 +3,11 @@ + + - - diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 2cfe9e9e4..20a963ef1 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -4,6 +4,8 @@ + + @@ -171,8 +173,6 @@ {% block scripts %} {% endblock %} - - \ No newline at end of file diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 4fe1b67ab..d1feb5258 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -3,6 +3,8 @@ + + @@ -139,8 +141,6 @@ - - {% if hcaptcha %} diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 2ec8ba298..65b3392ee 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -4,6 +4,8 @@ + + @@ -90,8 +92,6 @@ - - diff --git a/files/templates/submit.html b/files/templates/submit.html index 59000d3f8..d8050b48a 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -3,27 +3,28 @@ + + - + - - + + - - + + - {% if SITE == 'pcmemes.net' %} - {% set cc='Splash Mountain' %} - {% else %} - {% set cc='Country Club' %} - {% endif %} + {% if SITE == 'pcmemes.net' %} + {% set cc='Splash Mountain' %} + {% else %} + {% set cc='Country Club' %} + {% endif %} - {% block title %} + {% block title %} Create a post - {{SITE_NAME}} - {% endblock %} + {% endblock %} - - {% block stylesheets %} + {% block stylesheets %} {% if v %} @@ -56,7 +57,8 @@ {% endif %} - {% endblock %} + {% endblock %} + @@ -226,7 +228,6 @@ {% endif %} -