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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user