Added new context variable form_hide_required_text for hide the word "(required)" from selected forms

This commit is contained in:
Roberto Rosario
2011-03-18 14:15:13 -04:00
parent b4a475cac2
commit 6f90cee824
3 changed files with 4 additions and 1 deletions

View File

@@ -124,8 +124,10 @@
{% get_main_setting "SIDE_BAR_SEARCH" as side_bar_search %}
{% if side_bar_search %}
{% with "true" as side_bar %}
{% with "true" as form_hide_required_text %}
{% search_form %}
{% endwith %}
{% endwith %}
{% endif %}
{% get_object_navigation_links %}