From af7ae23eedc2e8dbfb43bb7d421f1650426ae496 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 18 Mar 2011 14:18:48 -0400 Subject: [PATCH] Used new variable form_hide_required_text to hide multi item action form's "(required)" text --- apps/common/templates/generic_list_subtemplate.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/common/templates/generic_list_subtemplate.html b/apps/common/templates/generic_list_subtemplate.html index 22ef91dd83..34339417fb 100644 --- a/apps/common/templates/generic_list_subtemplate.html +++ b/apps/common/templates/generic_list_subtemplate.html @@ -87,7 +87,9 @@ {% if multi_select %} - {% get_multi_item_links_form %} + {% with "true" as form_hide_required_text %} + {% get_multi_item_links_form %} + {% endwith %}