diff --git a/templates/base.html b/templates/base.html index 36fc45e4..324891d0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -82,18 +82,19 @@ with this program; if not, write to the Free Software Foundation, Inc.,
-
- {% include 'sidebar.html' %} - - {% block sidebar %} - {% endblock %} +
-
+
{# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %} {% block content %}{% endblock %}
-
+ +
+ {% include 'sidebar.html' %} + + {% block sidebar %} + {% endblock %}