diff --git a/files/templates/chat.html b/files/templates/chat.html index 98805192b9..27f3fb77f1 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 b266188dae..65dbe6e14d 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 d2d21dba01..a0a0da4b89 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 73249427ac..c0d529b90c 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 2cfe9e9e4f..20a963ef19 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 4fe1b67ab1..d1feb52586 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 2ec8ba298a..65b3392eee 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 59000d3f8a..d8050b48a5 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 %} -