diff --git a/apps/common/templates/generic_list_subtemplate.html b/apps/common/templates/generic_list_subtemplate.html index 6ac5088b56..9eaf5303ed 100644 --- a/apps/common/templates/generic_list_subtemplate.html +++ b/apps/common/templates/generic_list_subtemplate.html @@ -30,7 +30,7 @@ {% if not hide_header %} - {% if multi_select %} + {% if multi_select or multi_select_as_buttons %} {% endif %} {% if not hide_object %} @@ -49,7 +49,7 @@ {% endif %} {% for object in object_list %} - {% if multi_select %} + {% if multi_select or multi_select_as_buttons %} {% endif %} {% if not hide_object %}