show bootstrap_messages in level detail and space detail editor view
This commit is contained in:
parent
54628f5d1b
commit
6c8479a660
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
{% endwith %}
|
||||
{% endif %}
|
||||
</h3>
|
||||
{% bootstrap_messages %}
|
||||
<p>
|
||||
<a class="btn btn-default btn-xs" accesskey="e" href="{% url 'editor.levels.edit' pk=level.pk %}">
|
||||
{% trans 'Level' as model_title %}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{% include 'editor/fragment_levels.html' %}
|
||||
|
||||
<h3>{{ space.title }}</h3>
|
||||
{% bootstrap_messages %}
|
||||
<p>
|
||||
<a class="btn btn-default btn-xs" accesskey="e" href="{% url 'editor.spaces.edit' level=space.level.pk pk=space.pk %}">
|
||||
{% trans 'Space' as model_title %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue