fix other names

apikeys
Laurent 4 months ago
parent 555fbd59f9
commit 95b6390f79
  1. 4
      bizdev/models.py

@ -29,8 +29,8 @@ class DeclinationReason(models.TextChoices):
UNKNOWN = 'UNKNOWN', 'Unknown' UNKNOWN = 'UNKNOWN', 'Unknown'
class ActivityType(models.TextChoices): class ActivityType(models.TextChoices):
MAIL = 'MAIL', 'Mailing List' MAIL = 'MAIL', 'Mail'
SMS = 'SMS', 'SMS Campaign' SMS = 'SMS', 'SMS'
CALL = 'CALL', 'Call' CALL = 'CALL', 'Call'
PRESS = 'PRESS', 'Press Release' PRESS = 'PRESS', 'Press Release'
WORD_OF_MOUTH = 'WORD_OF_MOUTH', 'Word of mouth' WORD_OF_MOUTH = 'WORD_OF_MOUTH', 'Word of mouth'

Loading…
Cancel
Save