diff --git a/biz/models.py b/biz/models.py index cc3eb0f..0570502 100644 --- a/biz/models.py +++ b/biz/models.py @@ -31,6 +31,8 @@ class DeclinationReason(models.TextChoices): TOO_EXPENSIVE = 'TOO_EXPENSIVE', 'Too expensive' USE_OTHER_PRODUCT = 'USE_OTHER_PRODUCT', 'Use other product' USE_ANDROID = 'USE_ANDROID', 'Use Android' + TOO_FEW_TOURNAMENTS = 'TOO_FEW_TOURNAMENTS', 'Too few tournaments' + NOT_INTERESTED = 'NOT_INTERESTED', 'Not interested' UNKNOWN = 'UNKNOWN', 'Unknown' class ActivityType(models.TextChoices):