Skip to content

Commit 2dd1cd2

Browse files
committed
remove some experimental cruft
- Legacy-Id: 10093
1 parent 0b80f1a commit 2dd1cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/mailtrigger/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CcSelectForm(forms.Form):
77
cc_choices = forms.MultipleChoiceField(
88
label='Cc',
99
choices=[],
10-
widget=forms.CheckboxSelectMultiple(attrs={'frob':'knob'}),
10+
widget=forms.CheckboxSelectMultiple(),
1111
)
1212

1313
def __init__(self, mailtrigger_slug, mailtrigger_context, *args, **kwargs):

0 commit comments

Comments
 (0)