From 7930ba017a5c3ba7140f8cc0059df3e5d0c7275a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 29 Dec 2021 18:51:56 +0200 Subject: [PATCH] sfd --- files/assets/css/main.css | 3 +++ files/templates/authforms.html | 4 ++-- files/templates/default.html | 4 ++-- 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/submission_listing.html | 2 +- files/templates/submit.html | 4 ++-- 12 files changed, 19 insertions(+), 16 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 075ea2cf3..8c4252fcf 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3916,6 +3916,9 @@ ul.comment-section { .w-lg-75 { width: 75% !important; } + .w-lg-95 { + width: 95% !important; + } .w-lg-100 { width: 100% !important; } diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 4412c21f9..732c4dd43 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 142763bfb..24c6e9c2d 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/log.html b/files/templates/log.html index 47078dbcc..0009dcb26 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 c27747bc8..942007a9a 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 1200523e5..e8028eeb5 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{'SITE_NAME' | app_config}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index 9b1ed010d..9a9c859e2 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 5e464a46b..21369bb8b 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' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 6a2d08f1f..31b8e61b1 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' | app_config}}{% else %}{{'SITE_NAME' | app_config}}{% endif %} - + diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 3c915b0ce..922f84f5c 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -203,7 +203,7 @@   {{p.views}} views
-
+
{% if p.club %}{{cc}}{% endif %} {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}} diff --git a/files/templates/submit.html b/files/templates/submit.html index 3fdfc9b77..b64a3d62d 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %}