|
0
|
1 |
{% extends "admin/base_site.html" %} |
|
|
2 |
{% load i18n %} |
|
|
3 |
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">Home</a> › Documentation</div>{% endblock %} |
|
|
4 |
{% block title %}Please install docutils{% endblock %} |
|
|
5 |
|
|
|
6 |
{% block content %} |
|
|
7 |
|
|
|
8 |
<h1>Documentation</h1> |
|
|
9 |
|
|
|
10 |
<div id="content-main"> |
|
|
11 |
<h3>The admin documentation system requires Python's <a href="http://docutils.sf.net/">docutils</a> library.</h3> |
|
|
12 |
|
|
|
13 |
<p>Please ask your administrators to install <a href="http://docutils.sf.net/">docutils</a>.</p> |
|
|
14 |
</div> |
|
|
15 |
|
|
|
16 |
{% endblock %} |