diff --git a/templates/base.dj.html b/templates/base.dj.html index 1c2bbc9..e59a903 100644 --- a/templates/base.dj.html +++ b/templates/base.dj.html @@ -43,6 +43,17 @@ + {% if messages %} +
+ {% for message in messages %} + {# TODO: should use tags correctly for bootstrap alerts #} + + {% endfor %} +
+ {% endif %}
{% block content %}{% endblock %}