From 31a3d7e6f0407f3b0b80da205499e5522b10aa28 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 6 Mar 2011 02:24:28 -0400 Subject: [PATCH] DetailSelectMultiple widget css class can now be changed --- apps/common/forms.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/common/forms.py b/apps/common/forms.py index cf405dbcfd..295270ea49 100755 --- a/apps/common/forms.py +++ b/apps/common/forms.py @@ -15,8 +15,9 @@ class DetailSelectMultiple(forms.widgets.SelectMultiple): def render(self, name, value, attrs=None, choices=()): if value is None: value = '' - #final_attrs = self.build_attrs(attrs, name=name) - output = u'