From d39834eb094b1d421cf370aa02ce038ef7ed5297 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Jan 2022 07:19:20 +0200 Subject: [PATCH] vxc --- files/templates/authforms.html | 4 ++-- files/templates/default.html | 4 ++-- files/templates/gif_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 ++-- files/templates/userpage.html | 3 ++- 12 files changed, 18 insertions(+), 17 deletions(-) diff --git a/files/templates/authforms.html b/files/templates/authforms.html index c5f383937..376e978ae 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 359bd0e44..85be5846f 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,7 +7,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/gif_modal.html b/files/templates/gif_modal.html index d0fad4284..50eb5fbce 100644 --- a/files/templates/gif_modal.html +++ b/files/templates/gif_modal.html @@ -14,7 +14,7 @@
-
+
diff --git a/files/templates/log.html b/files/templates/log.html index 418bc87fb..ed0bde388 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 3864f049a..54ad18e7e 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,7 +18,7 @@ {% endblock %} - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index ae75cf83d..186a75f25 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 c2b532b84..284549732 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 52092183f..62f3d66d4 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 3841dcd58..915c12735 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 d1a2f0a86..156468c68 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 5791e4051..5f7b93f49 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -731,7 +731,8 @@ @media (max-width: 400px) { .count { display:block; - } + text-align: center; + } }