lowercase back to overview

This commit is contained in:
Laura Klünder 2017-05-16 17:15:25 +02:00
parent 8e7095e24e
commit 84dc7986a9

View file

@ -5,6 +5,6 @@
<a class="btn btn-default btn-sm pull-right" accesskey="e" href="{% url 'editor.section.edit' pk=section.id %}">{% trans 'Edit Section' %}</a>
<h3>{{ section.title }}</h3>
<p>
<a href="{% url 'editor.index' %}">&laquo; {% trans 'Back to overview' %}</a>
<a href="{% url 'editor.index' %}">&laquo; {% trans 'back to overview' %}</a>
</p>