diff --git a/lms/djangoapps/email_marketing/models.py b/lms/djangoapps/email_marketing/models.py index 224fcfebbd..e8b2475410 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,