Files
mayan-edms/apps/dynamic_search/templates/search_help.html
2011-06-20 00:31:31 -04:00

6 lines
242 B
HTML

{% load i18n %}
<div class="block notice">
<h4>{% trans "Help" %}</h4>
<p>{% blocktrans %}Enter the desired search keywords separated by space. Only the top {{ search_results_limit }} results will be available.{% endblocktrans %}</p>
</div>