This commit is contained in:
bleizi 2023-08-31 15:40:49 +02:00
parent 103e2d0635
commit f545af4977
No known key found for this signature in database
GPG Key ID: D46D7E3364433208
1 changed files with 0 additions and 1 deletions

View File

@ -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"})