diff --git a/html/base.html b/html/base.html index cb0f3b812..5844a3402 100644 --- a/html/base.html +++ b/html/base.html @@ -43,6 +43,7 @@ {% endblock %} +
{% if messages %} {% for message in messages %}
@@ -55,7 +56,6 @@ {% endfor %} {% endif %} -
{% block content %} {% endblock %}