From 678ed8239108b286d65df13d202e96b292ccfc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 16 May 2017 12:34:45 +0200 Subject: [PATCH] new editor index --- src/c3nav/editor/templates/editor/base.html | 4 +-- src/c3nav/editor/templates/editor/index.html | 6 ++--- .../editor/templates/editor/section.html | 14 ++++------- src/c3nav/editor/urls.py | 6 ++--- src/c3nav/editor/views.py | 25 ++++++------------- 5 files changed, 20 insertions(+), 35 deletions(-) diff --git a/src/c3nav/editor/templates/editor/base.html b/src/c3nav/editor/templates/editor/base.html index f0cf6cc5..ae511532 100644 --- a/src/c3nav/editor/templates/editor/base.html +++ b/src/c3nav/editor/templates/editor/base.html @@ -1,19 +1,19 @@ {% load static %} {% load compress %} +{% load i18n %} - c3nav Map Editor + {% trans 'c3nav map editor' %} {% compress css %} {% endcompress %} -