space detail back button should lead to spaces overview
This commit is contained in:
parent
fd4994ba25
commit
55f582a2c5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</a>
|
||||
<h3>{{ space.title }}</h3>
|
||||
<p>
|
||||
<a href="{% url 'editor.sections.detail' pk=space.section.pk %}">« {% trans 'back to section' %}</a>
|
||||
<a href="{% url 'editor.spaces.list' section=space.section.pk %}">« {% trans 'back to overview' %}</a>
|
||||
</p>
|
||||
|
||||
{% include 'editor/fragment_child_models.html' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue