Installed grappelli inline with the source
This commit is contained in:
14
3rd_party_apps/grappelli/templates/admin_doc/missing_docutils.html
Executable file
14
3rd_party_apps/grappelli/templates/admin_doc/missing_docutils.html
Executable file
@@ -0,0 +1,14 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% load adminmedia %}
|
||||
{% load i18n %}
|
||||
{% block bodyclass %}documentation{% endblock %}
|
||||
{% block breadcrumbs %}<div id="breadcrumbs"><a href="../">Home</a> › Documentation</div>{% endblock %}
|
||||
{% block title %}Please install docutils{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Documentation</h1>
|
||||
<div id="content-main">
|
||||
<h3>The admin documentation system requires Python's <a href="http://docutils.sf.net/">docutils</a> library.</h3>
|
||||
<p>Please ask your administrators to install <a href="http://docutils.sf.net/">docutils</a>.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user