From a1aa42c79690ac1615c44ba78670bcc645715dc6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 19 Mar 2011 03:38:45 -0400 Subject: [PATCH] Forgot to add the multi_select_as_buttons context variable --- apps/common/templates/generic_list_subtemplate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}