diff --git a/src/c3nav/editor/templates/editor/edit.html b/src/c3nav/editor/templates/editor/edit.html index 19d77f1a..56337670 100644 --- a/src/c3nav/editor/templates/editor/edit.html +++ b/src/c3nav/editor/templates/editor/edit.html @@ -21,7 +21,7 @@ {% trans 'Delete' %} {% endif %} - diff --git a/src/c3nav/editor/templates/editor/section.html b/src/c3nav/editor/templates/editor/section.html index de91a28b..b2ffbd83 100644 --- a/src/c3nav/editor/templates/editor/section.html +++ b/src/c3nav/editor/templates/editor/section.html @@ -2,7 +2,7 @@ {% load i18n %} {% include 'editor/fragment_sections.html' %} -{% trans 'Edit Section' %} +{% trans 'Edit Section' %}

{{ section.title }}

« {% trans 'Back to overview' %}