Fixed #25823 -- Made some titles consistent in admindocs.

This commit is contained in:
gunchleoc 2015-11-27 11:33:47 +00:00 committed by Tim Graham
parent 49f1cc54e6
commit 89b6856aa6
2 changed files with 2 additions and 2 deletions

View File

@ -73,6 +73,6 @@
</div>
{% endif %}
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">&lsaquo; {% trans 'Back to Model Documentation' %}</a></p>
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">&lsaquo; {% trans 'Back to Model documentation' %}</a></p>
</div>
{% endblock %}

View File

@ -29,5 +29,5 @@
<p>{{ meta.Templates }}</p>
{% endif %}
<p class="small"><a href="{% url 'django-admindocs-views-index' %}">&lsaquo; {% trans 'Back to Views Documentation' %}</a></p>
<p class="small"><a href="{% url 'django-admindocs-views-index' %}">&lsaquo; {% trans 'Back to View documentation' %}</a></p>
{% endblock %}