We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b80f1a commit 2dd1cd2Copy full SHA for 2dd1cd2
1 file changed
ietf/mailtrigger/forms.py
@@ -7,7 +7,7 @@ class CcSelectForm(forms.Form):
7
cc_choices = forms.MultipleChoiceField(
8
label='Cc',
9
choices=[],
10
- widget=forms.CheckboxSelectMultiple(attrs={'frob':'knob'}),
+ widget=forms.CheckboxSelectMultiple(),
11
)
12
13
def __init__(self, mailtrigger_slug, mailtrigger_context, *args, **kwargs):
0 commit comments