add animation type variable

sync_v2
Raz 6 months ago
parent fed287ce43
commit 3cd541977d
  1. 2
      tournaments/models/enums.py

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

Loading…
Cancel
Save