diff --git a/budget/forms.py b/budget/forms.py index d797d69..a81d8ca 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -14,7 +14,7 @@ def select_multi_checkbox(field, ul_class='', **kwargs): if checked: options['checked'] = 'checked' html.append(u'
  • ' % html_params(**options)) - html.append(u'
  • ' % (field_id, label)) + html.append(u'' % (choice_id, label)) html.append(u'') return u''.join(html)