diff --git a/lms/djangoapps/email_marketing/models.py b/lms/djangoapps/email_marketing/models.py index 224fcfebbdf047b40eb63e464ec757603590b372..e8b247541026dce9c32067d454c5b8cccd252610 100644 --- a/lms/djangoapps/email_marketing/models.py +++ b/lms/djangoapps/email_marketing/models.py @@ -47,14 +47,6 @@ class EmailMarketingConfiguration(ConfigurationModel): ) ) - sailthru_activation_template = models.fields.CharField( - max_length=20, - blank=True, - help_text=_( - "DEPRECATED: use sailthru_welcome_template instead." - ) - ) - sailthru_welcome_template = models.fields.CharField( max_length=20, blank=True,