diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 94f4579..4304e42 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -12,6 +12,21 @@
{% include 'nav.html' %} {% block nav %}{% endblock %} + {% block flash %} + {% for category, message in get_flashed_messages(with_categories=True) %} + {% if category == 'info' %} +