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 @@ +