From 2dd1cd208d505719ff9b3bb9fa225a5949f4c7f1 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 17 Sep 2015 21:25:50 +0000 Subject: [PATCH] remove some experimental cruft - Legacy-Id: 10093 --- ietf/mailtrigger/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/mailtrigger/forms.py b/ietf/mailtrigger/forms.py index d7955d2f3..a7dfeb155 100644 --- a/ietf/mailtrigger/forms.py +++ b/ietf/mailtrigger/forms.py @@ -7,7 +7,7 @@ class CcSelectForm(forms.Form): cc_choices = forms.MultipleChoiceField( label='Cc', choices=[], - widget=forms.CheckboxSelectMultiple(attrs={'frob':'knob'}), + widget=forms.CheckboxSelectMultiple(), ) def __init__(self, mailtrigger_slug, mailtrigger_context, *args, **kwargs):