diff --git a/src/c3nav/editor/templates/editor/index.html b/src/c3nav/editor/templates/editor/index.html index 6129bb88..2eb4866d 100644 --- a/src/c3nav/editor/templates/editor/index.html +++ b/src/c3nav/editor/templates/editor/index.html @@ -1,7 +1,10 @@ {% load bootstrap3 %} {% load i18n %} -{% trans 'New Section' %} + + {% trans 'Section' as model_title %} + {% blocktrans %}New {{ model_title }}{% endblocktrans %} +