From 6fd141fb7ef43baa235f94a3602e968684332895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 16 May 2017 11:41:55 +0200 Subject: [PATCH] add missing templates --- src/c3nav/editor/templates/editor/index.html | 14 ++++++++++++++ src/c3nav/editor/templates/editor/redirect.html | 1 + 2 files changed, 15 insertions(+) create mode 100644 src/c3nav/editor/templates/editor/index.html create mode 100644 src/c3nav/editor/templates/editor/redirect.html diff --git a/src/c3nav/editor/templates/editor/index.html b/src/c3nav/editor/templates/editor/index.html new file mode 100644 index 00000000..24d834c6 --- /dev/null +++ b/src/c3nav/editor/templates/editor/index.html @@ -0,0 +1,14 @@ +{% load bootstrap3 %} +{% load i18n %} +{% include 'editor/fragment_sections.html' %} + +{% trans 'Edit sections' %} +

{{ section.title }}

+
+ {% for s in sections %} + + {{ s.title }} + + {% endfor %} +
+ diff --git a/src/c3nav/editor/templates/editor/redirect.html b/src/c3nav/editor/templates/editor/redirect.html new file mode 100644 index 00000000..04ebb11f --- /dev/null +++ b/src/c3nav/editor/templates/editor/redirect.html @@ -0,0 +1 @@ +