Commit b0690207 by Waheed Ahmed

Remove deprecated field 'sailthru_activation_template'.

LEARNER-2201
parent 821253bf
...@@ -47,14 +47,6 @@ class EmailMarketingConfiguration(ConfigurationModel): ...@@ -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( sailthru_welcome_template = models.fields.CharField(
max_length=20, max_length=20,
blank=True, blank=True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment