diff -r 000000000000 -r 0d40e90630ef web/lib/django/contrib/admindocs/templates/admin_doc/missing_docutils.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/lib/django/contrib/admindocs/templates/admin_doc/missing_docutils.html Wed Jan 20 00:34:04 2010 +0100 @@ -0,0 +1,16 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} +{% block breadcrumbs %}{% endblock %} +{% block title %}Please install docutils{% endblock %} + +{% block content %} + +

Documentation

+ +
+

The admin documentation system requires Python's docutils library.

+ +

Please ask your administrators to install docutils.

+
+ +{% endblock %}