diff --git a/apps/registration/forms.py b/apps/registration/forms.py index ef5867a3..6761da43 100644 --- a/apps/registration/forms.py +++ b/apps/registration/forms.py @@ -22,7 +22,6 @@ class SignUpForm(UserCreationForm): self.fields['last_name'].required = True self.fields['email'].required = True self.fields['email'].help_text = _("This address must be valid.") -# self.fields['VSS_charter_read'].required = True # Give some example self.fields['first_name'].widget.attrs.update({"placeholder": "Sacha"})