diff --git a/rophako/www/layout.html b/rophako/www/layout.html index 981baf6..539b0c1 100644 --- a/rophako/www/layout.html +++ b/rophako/www/layout.html @@ -39,6 +39,18 @@
+ {% with messages = get_flashed_messages() %} + {% if messages %} +

Notice!

+ + + {% endif %} + {% endwith %} + {% block content %}{% endblock %}