Added help side bar templates to the document indexing and folders apps
This commit is contained in:
5
apps/document_indexing/templates/indexing_help.html
Normal file
5
apps/document_indexing/templates/indexing_help.html
Normal 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>
|
||||
Reference in New Issue
Block a user