mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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:
		| @@ -7,6 +7,7 @@ | ||||
| <a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> | ||||
| › {% trans 'Documentation' %}</a> | ||||
| </div> | ||||
| {% endblock %} | ||||
| {% block title %}Please install docutils{% endblock %} | ||||
|  | ||||
| {% block content %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user