From ea6202473bd582d0e6135585077d972b457a5899 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Fri, 13 Sep 2019 15:51:49 +0200 Subject: [PATCH] Fix #109 --- app/templates/layout.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/templates/layout.html b/app/templates/layout.html index e2af745..98a85b3 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -30,7 +30,6 @@ Haldis - {{ active_page|capitalize }} {% block scripts %} {{ super() }} - {% endblock %} {% block navbar %} @@ -77,9 +76,8 @@ Haldis - {{ active_page|capitalize }} {%- endblock %}