From ff7c92316cb9cf8facad88739566d9cec6dd67ea Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 12 Nov 2018 20:36:24 +0100 Subject: [PATCH] put page header into row+col --- templates/base.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index fac6ba2..dd1f943 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,10 +5,13 @@ {% block content %}
- -{{ utils.flashed_messages() }} +
+ +
+ + {{ utils.flashed_messages() }} {% block app_content %}{% endblock %}