From f81b39fc5aa85cd13132f794bf454bb29bcc49c6 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Mon, 21 Aug 2017 18:51:16 +0200 Subject: [PATCH] Fixed last commit --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index ae8284d..2f4aead 100644 --- a/templates/base.html +++ b/templates/base.html @@ -134,13 +134,13 @@ {{ msg.text|safe }} </div> {% endfor %} - {% block content %} - {% endblock %} {% block alerts %} {% for msg in get_flashed_messages(category_filter=["message"]) %} <div class="hidden-print alert alert-danger" role="alert">{{ msg|safe }}</div> {% endfor %} {% endblock %} + {% block content %} + {% endblock %} </div> </div> </div> -- GitLab