move messages

This commit is contained in:
Laura Klünder 2017-06-29 18:29:22 +02:00
parent cd7956799f
commit 306e4e8ec9

View file

@ -19,6 +19,7 @@
<br>{% with date=changeset.proposed|date:"DATETIME_FORMAT" %}{% blocktrans %}proposed at {{ date }}{% endblocktrans %}{% endwith %}
{% endif %}
</p>
{% bootstrap_messages %}
{% if changeset.description %}
<p>{{ changeset.description }}</p>
{% endif %}
@ -36,8 +37,6 @@
{% endif %}
{% endif %}
{% bootstrap_messages %}
{% for obj in changed_objects %}
<table class="table table-condensed table-h-bordered change-group">
<thead>