X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fforms.py;h=67e02a1280ca7993eb7e69ae43a8198d6c5fe753;hb=f2119c1c9f52fe5c4adf923b4d843517ec527ea0;hp=683cffbb3bd821280ced69261cd4acb89de9f5aa;hpb=d22c36263acb20d9f7a2f80832946c2503499476;p=unfold.git diff --git a/portal/forms.py b/portal/forms.py index 683cffbb..67e02a12 100644 --- a/portal/forms.py +++ b/portal/forms.py @@ -94,7 +94,7 @@ class ContactForm(forms.Form): regex=r'^[\w+\s\w+]+$', label=_("description"), error_messages={'invalid': _("This value may contain only letters, numbers and @/./+/-/_ characters.")}) - cc_myself = forms.BooleanField(required=False,widget=forms.CheckboxInput(attrs={'class':'form-control'})) + #cc_myself = forms.BooleanField(required=False,widget=forms.CheckboxInput(attrs={'class':'form-control'})) class PassResetForm(forms.Form): email = forms.EmailField(widget=forms.TextInput(attrs={'class':'form-control'}))