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
This commit is contained in:
Ramiro Morales 2011-11-16 10:30:19 +00:00
parent 878cc410ca
commit 907015cb40
1 changed files with 1 additions and 0 deletions

View File

@ -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 %}