remove some experimental cruft
- Legacy-Id: 10093
This commit is contained in:
parent
0b80f1a42c
commit
2dd1cd208d
|
@ -7,7 +7,7 @@ class CcSelectForm(forms.Form):
|
||||||
cc_choices = forms.MultipleChoiceField(
|
cc_choices = forms.MultipleChoiceField(
|
||||||
label='Cc',
|
label='Cc',
|
||||||
choices=[],
|
choices=[],
|
||||||
widget=forms.CheckboxSelectMultiple(attrs={'frob':'knob'}),
|
widget=forms.CheckboxSelectMultiple(),
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, mailtrigger_slug, mailtrigger_context, *args, **kwargs):
|
def __init__(self, mailtrigger_slug, mailtrigger_context, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue