remove duplicate bootstrap_messages
This commit is contained in:
parent
89994a19fe
commit
e7b8e36d8c
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
<a href="{% url 'editor.levels.detail' pk=level.on_top_of.pk %}">« {% 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 %}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
<p>
|
||||
<a href="{% url 'editor.spaces.list' level=space.level.pk %}">« {% 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue