mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
email-templates: Add zulip_onboarding_topics email templates.
The "followup_day2" email template name is not clear or descriptive about the purpose of the email. Creates a duplicate of those email template files with the template name "zulip_onboarding_topics". Because any existing scheduled emails that use the "followup_day2" templates will need to be updated before the current templates can be removed, we don't do a simple file rename here.
This commit is contained in:
committed by
Tim Abbott
parent
c491bef07b
commit
5e29e025c5
@@ -4423,6 +4423,7 @@ class ScheduledMessage(models.Model):
|
||||
|
||||
EMAIL_TYPES = {
|
||||
"account_registered": ScheduledEmail.WELCOME,
|
||||
"onboarding_zulip_topics": ScheduledEmail.WELCOME,
|
||||
"followup_day1": ScheduledEmail.WELCOME,
|
||||
"followup_day2": ScheduledEmail.WELCOME,
|
||||
"onboarding_zulip_guide": ScheduledEmail.WELCOME,
|
||||
|
||||
Reference in New Issue
Block a user