mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
Fixed a typo in admindocs template
Thanks Reza Mohammadi for the report.
This commit is contained in:
parent
72f63bd24d
commit
60d27fe7da
@ -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…
x
Reference in New Issue
Block a user