From a073a9f90ba16954cc59a113fa768be43f099571 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 15 May 2024 01:43:47 +0200 Subject: [PATCH] chore: display credits on all pages (with footer) --- shiftregister/app/templates/helper_base.html | 5 ++--- shiftregister/core/templates/base.html | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/shiftregister/app/templates/helper_base.html b/shiftregister/app/templates/helper_base.html index 3698c66..7c6bac0 100644 --- a/shiftregister/app/templates/helper_base.html +++ b/shiftregister/app/templates/helper_base.html @@ -19,14 +19,13 @@ {% endblock %} -{% block footer %} -
+{% block footer_content %} {% if DEBUG %} +
(Debug-Modus) {% if helper %} logout login url {% endif %} {% endif %} -
{% endblock %} diff --git a/shiftregister/core/templates/base.html b/shiftregister/core/templates/base.html index 41f49a0..fbc5ced 100644 --- a/shiftregister/core/templates/base.html +++ b/shiftregister/core/templates/base.html @@ -117,9 +117,11 @@ {% endblock %}