From f545af4977ef757cdec7a7b5db6b818500a57b88 Mon Sep 17 00:00:00 2001 From: bleizi Date: Thu, 31 Aug 2023 15:40:49 +0200 Subject: [PATCH] typo --- apps/registration/forms.py | 1 - 1 file changed, 1 deletion(-) 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"})