Added side bar help to convert's file format list, recent document, document type and metadata set and type views

This commit is contained in:
Roberto Rosario
2011-06-19 20:16:46 -04:00
parent d121aae8e7
commit c138623329
10 changed files with 46 additions and 4 deletions
@@ -0,0 +1,5 @@
{% load i18n %}
<div class="block notice">
<h4>{% trans "What are recent documents?" %}</h4>
<p>{% blocktrans %}Here you will find the latest {{ recent_count }} documents you have either created or edited in any way.{% endblocktrans %}</p>
</div>