move messages
This commit is contained in:
parent
cd7956799f
commit
306e4e8ec9
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue