mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 07:14:11 +02:00
Send solutions
This commit is contained in:
@ -10,7 +10,6 @@ class SignUpForm(UserCreationForm):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.fields["first_name"].required = True
|
||||
self.fields["last_name"].required = True
|
||||
print(self.fields["role"].choices)
|
||||
self.fields["role"].choices = [
|
||||
('', _("Choose a role...")),
|
||||
('participant', _("Participant")),
|
||||
|
Reference in New Issue
Block a user