Remove deprecated field 'sailthru_activation_template'.

LEARNER-2201
This commit is contained in:
Waheed Ahmed
2017-08-22 17:50:49 +05:00
parent 821253bf2b
commit b069020710

View File

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