From 907015cb40a2b2cc9d3827fe990c28bed62f3524 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 16 Nov 2011 10:30:19 +0000 Subject: [PATCH] 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 --- .../contrib/admindocs/templates/admin_doc/missing_docutils.html | 1 + 1 file changed, 1 insertion(+) diff --git a/django/contrib/admindocs/templates/admin_doc/missing_docutils.html b/django/contrib/admindocs/templates/admin_doc/missing_docutils.html index 34c18ffb7d0..6843bab9187 100644 --- a/django/contrib/admindocs/templates/admin_doc/missing_docutils.html +++ b/django/contrib/admindocs/templates/admin_doc/missing_docutils.html @@ -7,6 +7,7 @@ {% trans 'Home' %} › {% trans 'Documentation' %} +{% endblock %} {% block title %}Please install docutils{% endblock %} {% block content %}