mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 06:42:48 +02:00
Gender is not a date
This commit is contained in:
@ -128,7 +128,8 @@ class ParticipantRegistration(Registration):
|
||||
default=date.today,
|
||||
)
|
||||
|
||||
gender = models.DateField(
|
||||
gender = models.CharField(
|
||||
max_length=6,
|
||||
verbose_name=_("gender"),
|
||||
choices=[
|
||||
("female", _("Female")),
|
||||
|
Reference in New Issue
Block a user