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'