Commit 60d27fe7 authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed a typo in admindocs template

Thanks Reza Mohammadi for the report.
parent 72f63bd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@
</table>
</div>

<p class="small"><a href="{% url 'django-admindocs-models-index' %}">&lsaquo; {% trans 'Back to Models Documentation' %}</a></p>
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">&lsaquo; {% trans 'Back to Model Documentation' %}</a></p>
</div>
{% endblock %}