mirror of https://github.com/zulip/zulip.git
welcome-emails: Make some code comments and docstrings more evergreen.
This commit is contained in:
parent
c323afd9d7
commit
dd59e83d54
|
@ -1,7 +1,6 @@
|
|||
"""\
|
||||
Send email messages that have been queued for later delivery by
|
||||
various things (at this time invitation reminders and day1/day2
|
||||
followup emails).
|
||||
various things (e.g. invitation reminders and welcome emails).
|
||||
|
||||
This management command is run via supervisor.
|
||||
"""
|
||||
|
|
|
@ -587,7 +587,7 @@ i18n_urls = [
|
|||
name="confirm_email_change",
|
||||
),
|
||||
# Email unsubscription endpoint. Allows for unsubscribing from various types of emails,
|
||||
# including the welcome emails (day 1 & 2), missed PMs, etc.
|
||||
# including welcome emails, missed direct messages, etc.
|
||||
path(
|
||||
"accounts/unsubscribe/<email_type>/<confirmation_key>",
|
||||
email_unsubscribe,
|
||||
|
|
Loading…
Reference in New Issue