Fixed #25823 -- Made some titles consistent in admindocs.
This commit is contained in:
parent
49f1cc54e6
commit
89b6856aa6
|
@ -73,6 +73,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% trans 'Back to Model Documentation' %}</a></p>
|
||||
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% trans 'Back to Model documentation' %}</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
<p>{{ meta.Templates }}</p>
|
||||
{% endif %}
|
||||
|
||||
<p class="small"><a href="{% url 'django-admindocs-views-index' %}">‹ {% trans 'Back to Views Documentation' %}</a></p>
|
||||
<p class="small"><a href="{% url 'django-admindocs-views-index' %}">‹ {% trans 'Back to View documentation' %}</a></p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue