Initial changes to support the new Django 1.6 project structure
This commit is contained in:
@@ -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