From cf1350bd59250f8c35b58163dda1e6f9502241f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 16 May 2017 15:52:31 +0200 Subject: [PATCH] update accesskeys in editor --- src/c3nav/editor/templates/editor/edit.html | 2 +- src/c3nav/editor/templates/editor/section.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' %}