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 %}