diff --git a/WebHost/templates/layout.html b/WebHost/templates/layout.html index c90ebc11ec..309bc3ac51 100644 --- a/WebHost/templates/layout.html +++ b/WebHost/templates/layout.html @@ -9,13 +9,9 @@ {% with messages = get_flashed_messages() %} - {% if messages %} - - {% endif %} + {% for message in messages %} + + {% endfor %} {% endwith %} {% block body %}{% endblock %}