Summary: Move bootstrap_messages call into content
- Legacy-Id: 8729
This commit is contained in:
parent
7f286c12ee
commit
0eb1df5f4a
|
@ -10,13 +10,13 @@
|
|||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% bootstrap_messages %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<noscript>This page depends on Javascript being enabled to work properly.</noscript>
|
||||
|
||||
{% bootstrap_messages %}
|
||||
|
||||
<p>Links:
|
||||
<a href="{{ group.about_url }}">{{ group.acronym }} {{ group.type.name }}</a>
|
||||
{% if group.charter %}
|
||||
|
|
Loading…
Reference in a new issue