mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 19:22:51 +02:00
Protect pages (not tested)
This commit is contained in:
@ -55,6 +55,7 @@ class AddOrganizerForm(forms.ModelForm):
|
||||
("volunteer", _("volunteer").capitalize()),
|
||||
("admin", _("admin").capitalize()),
|
||||
],
|
||||
initial="volunteer",
|
||||
)
|
||||
|
||||
def clean_email(self):
|
||||
|
Reference in New Issue
Block a user