mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Remove gender option of matmatronche & update gender settings
This commit is contained in:
@ -225,8 +225,9 @@ class User(AbstractBaseUser):
|
||||
sex = models.CharField(
|
||||
_("sex"),
|
||||
max_length=10,
|
||||
null=True,
|
||||
blank=True,
|
||||
choices=[("MAN", _("Man")), ("WOMAN", _("Woman"))],
|
||||
default="MAN",
|
||||
)
|
||||
tshirt_size = models.CharField(
|
||||
_("tshirt size"),
|
||||
|
Reference in New Issue
Block a user