1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-24 18:22:24 +00:00

Fix import

This commit is contained in:
Yohann D'ANELLO 2020-05-05 07:20:01 +02:00
parent 02475a4b8d
commit e04e432292

View File

@ -51,7 +51,7 @@ class TFJMUser(AbstractUser):
verbose_name=_("address"),
)
postal_code = models.PositiveSmallIntegerField(
postal_code = models.PositiveIntegerField(
null=True,
default=None,
verbose_name=_("postal code"),