1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-29 13:41:04 +02:00

Add unified registration for Île-de-France

This commit is contained in:
Emmy D'Anello
2025-01-14 19:32:05 +01:00
parent 74b2a0c095
commit ec85f62ab6
6 changed files with 401 additions and 248 deletions

View File

@ -283,6 +283,11 @@ class Tournament(models.Model):
default=date.today,
)
unified_registration = models.BooleanField(
verbose_name=_("unified registration"),
default=False,
)
place = models.CharField(
max_length=255,
verbose_name=_("place"),