remove duplicate bootstrap_messages

This commit is contained in:
Laura Klünder 2017-11-10 21:24:51 +01:00
parent 89994a19fe
commit e7b8e36d8c
2 changed files with 0 additions and 2 deletions

View file

@ -24,7 +24,6 @@
<a href="{% url 'editor.levels.detail' pk=level.on_top_of.pk %}">&laquo; {% trans 'back to parent level' %}</a>
{% endif %}
</p>
{% bootstrap_messages %}
{% url 'editor.levels.graph' level=level.pk as graph_url %}
{% include 'editor/fragment_child_models.html' with graph_url=graph_url %}

View file

@ -13,7 +13,6 @@
<p>
<a href="{% url 'editor.spaces.list' level=space.level.pk %}">&laquo; {% trans 'back to overview' %}</a>
</p>
{% bootstrap_messages %}
{% url 'editor.spaces.graph' space=space.pk as graph_url %}
{% include 'editor/fragment_child_models.html' with graph_url=graph_url %}