From 17d3f871344c9685add420de548bba154a630530 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 28 Feb 2022 21:50:27 +0200 Subject: [PATCH] diogenesjunior --- files/templates/authforms.html | 4 ++-- files/templates/default.html | 6 ++--- files/templates/home.html | 30 ++++++++++++++++++------- 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 ++-- 11 files changed, 38 insertions(+), 24 deletions(-) diff --git a/files/templates/authforms.html b/files/templates/authforms.html index dfaf5f241..daf2e718f 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 1a27c7359..e01aee1af 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,7 +7,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} @@ -231,7 +231,7 @@ {% if sub %} /s/{{sub.name}} banner {% elif SITE_NAME == 'Drama' %} - {% set path = "assets/images/" + SITE_NAME + "/banners_bhm" %} + {% set path = "assets/images/" + SITE_NAME + "/banners" %} {% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=21' %} diff --git a/files/templates/home.html b/files/templates/home.html index 63bf48188..6ab929379 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -37,15 +37,29 @@ {% block navbar %}
- {% if v and v.paid_dues %} - {% if ccmode=="true"%} - CC - {% else %} - CC - {% endif %} - {% endif %} - {% if v %} + + + {% if v.paid_dues %} + {% if ccmode=="true"%} + CC + {% else %} + CC + {% endif %} + {% endif %} +