Author: ramiro Date: 2011-11-16 02:30:19 -0800 (Wed, 16 Nov 2011) New Revision: 17098
Modified: django/trunk/django/contrib/admindocs/templates/admin_doc/missing_docutils.html Log: Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix. Refs #16912. Modified: django/trunk/django/contrib/admindocs/templates/admin_doc/missing_docutils.html =================================================================== --- django/trunk/django/contrib/admindocs/templates/admin_doc/missing_docutils.html 2011-11-16 00:03:43 UTC (rev 17097) +++ django/trunk/django/contrib/admindocs/templates/admin_doc/missing_docutils.html 2011-11-16 10:30:19 UTC (rev 17098) @@ -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 %} -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.