Remove gender option of matmatronche & update gender settings

This commit is contained in:
CHARMEAU
2020-02-16 17:51:51 +01:00
committed by Skia
parent 6c45de34a4
commit eec7bcf296
4 changed files with 27 additions and 15 deletions

View File

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