space detail back button should lead to spaces overview

This commit is contained in:
Laura Klünder 2017-05-19 16:36:35 +02:00
parent fd4994ba25
commit 55f582a2c5

View file

@ -8,7 +8,7 @@
</a>
<h3>{{ space.title }}</h3>
<p>
<a href="{% url 'editor.sections.detail' pk=space.section.pk %}">&laquo; {% trans 'back to section' %}</a>
<a href="{% url 'editor.spaces.list' section=space.section.pk %}">&laquo; {% trans 'back to overview' %}</a>
</p>
{% include 'editor/fragment_child_models.html' %}