@ -307,3 +307,5 @@ class RegistrationPaymentMode(models.IntegerChoices):
class AnimationType(models.IntegerChoices):
TOURNAMENT = 0, 'Tournoi'
MELEE = 1, 'Mêlée'
LOSER_BRACKET = 2, 'Classement'
CONSOLATION_BRACKET = 3, 'Consolation'