diff --git a/shiftregister/app/templates/helper_base.html b/shiftregister/app/templates/helper_base.html index a46f717..eacaf1c 100644 --- a/shiftregister/app/templates/helper_base.html +++ b/shiftregister/app/templates/helper_base.html @@ -31,9 +31,8 @@ {% endblock %} {% block footer %} -
{% if DEBUG %} - Debug-Modus: + (Debug-Modus) {% if helper %} logout login url diff --git a/shiftregister/pages/templates/page.html b/shiftregister/pages/templates/page.html index df5a31f..2dd967e 100644 --- a/shiftregister/pages/templates/page.html +++ b/shiftregister/pages/templates/page.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% comment "" %} -this is a copy of helper_base, maybe cross-app include it or use a more lightweight template? -{% endcomment %} + {% block title %}{{page.title}}{% endblock %} {% block navbar %} @@ -25,18 +23,8 @@ this is a copy of helper_base, maybe cross-app include it or use a more lightwei