Commit 907015cb authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Fixed #17234 -- Added back a missing endblock tag to an admindoc template....

Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix.

Refs #16912.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 878cc410
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
&rsaquo; {% trans 'Documentation' %}</a>
</div>
{% endblock %}
{% block title %}Please install docutils{% endblock %}

{% block content %}