From 73798364aa17842977ed504aaeec9a1d37f9ef73 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 11 Nov 2018 14:33:02 +0100 Subject: [PATCH] do not nest containers --- templates/base.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index dbd4987..efd6f21 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,12 +3,11 @@ {% block title %}Prolefeeder{% endblock %} {% block content %} -
{{ utils.flashed_messages() }} -{% block app_content %} -{% endblock %} - +
+{% block app_content %}{% endblock %}
+ {% endblock %}