Added help side bar templates to the document indexing and folders apps

This commit is contained in:
Roberto Rosario
2011-06-19 20:43:46 -04:00
parent c138623329
commit 26efcd5dd3
4 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{% load i18n %}
<div class="block notice">
<h4>{% trans "What are indexes?" %}</h4>
<p>{% blocktrans %}Indexes group documents into a tree like hierarchical structure.{% endblocktrans %}</p>
</div>