diff --git a/src/c3nav/editor/templates/editor/index.html b/src/c3nav/editor/templates/editor/index.html index b24d8fe8..3361d60e 100644 --- a/src/c3nav/editor/templates/editor/index.html +++ b/src/c3nav/editor/templates/editor/index.html @@ -1,14 +1,16 @@ {% load bootstrap3 %} {% load i18n %} -{% if can_edit %} - - {% trans 'Level' as model_title %} - {% blocktrans %}New {{ model_title }}{% endblocktrans %} - -{% endif %} -
+ + {% trans 'Level' as model_title %} + {% blocktrans %}New {{ model_title }}{% endblocktrans %} + +
+{% endif %}+ + {% trans 'Level' as model_title %} + {% blocktrans %}Edit {{ model_title }}{% endblocktrans %} + +
{% if level.on_top_of == None %} « {% trans 'back to overview' %} @@ -28,12 +30,14 @@
{% if level.on_top_of is None %} - {% if can_edit %} - - {% blocktrans %}New {{ model_title }}{% endblocktrans %} - - {% endif %}+ + {% blocktrans %}New {{ model_title }}{% endblocktrans %} + +
+ {% endif %}+ + {% trans 'Space' as model_title %} + {% blocktrans %}Edit {{ model_title }}{% endblocktrans %} + +