mirror of
https://github.com/django/django.git
synced 2025-10-01 14:31:19 +00:00
Fixed a typo in admindocs template
Thanks Reza Mohammadi for the report.
This commit is contained in:
parent
72f63bd24d
commit
60d27fe7da
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% trans 'Back to Models Documentation' %}</a></p>
|
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% trans 'Back to Model Documentation' %}</a></p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue