Adds error messages back into syspanel base template.

Change-Id: I20a778f08b406fb446502ef94db2b9ffd75e83d1
This commit is contained in:
Gabriel Hurley
2011-11-16 12:56:05 -08:00
parent 17df9e5458
commit e2895b99a0

View File

@@ -7,6 +7,7 @@
{% block main %}
<div class="content">
{% block page_header %}{% endblock %}
{% include "_messages.html" %}
{% block syspanel_main %}{% endblock %}
</div>
{% endblock %}