Skip to content
Snippets Groups Projects
Unverified Commit 2f8c4347 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Display Django messages at top of page.

parent ec843712
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@
</nav>
<div class="container">
{% bootstrap_messages %}
<h1>{% block page_title %}{% endblock %}</h1>
<div class="row">
{% block content %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment