You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
531 B
16 lines
531 B
{% extends "admin/base_site.html" %} |
|
{% load i18n %} |
|
{% block breadcrumbs %}<div class="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 %}
|
|
|