|
|
|
@ -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' |
|
|
|
|