mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 02:23:57 +00:00
welcome-emails: Make some code comments and docstrings more evergreen.
This commit is contained in:
committed by
Tim Abbott
parent
c323afd9d7
commit
dd59e83d54
@@ -1,7 +1,6 @@
|
|||||||
"""\
|
"""\
|
||||||
Send email messages that have been queued for later delivery by
|
Send email messages that have been queued for later delivery by
|
||||||
various things (at this time invitation reminders and day1/day2
|
various things (e.g. invitation reminders and welcome emails).
|
||||||
followup emails).
|
|
||||||
|
|
||||||
This management command is run via supervisor.
|
This management command is run via supervisor.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -587,7 +587,7 @@ i18n_urls = [
|
|||||||
name="confirm_email_change",
|
name="confirm_email_change",
|
||||||
),
|
),
|
||||||
# Email unsubscription endpoint. Allows for unsubscribing from various types of emails,
|
# 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(
|
path(
|
||||||
"accounts/unsubscribe/<email_type>/<confirmation_key>",
|
"accounts/unsubscribe/<email_type>/<confirmation_key>",
|
||||||
email_unsubscribe,
|
email_unsubscribe,
|
||||||
|
|||||||
Reference in New Issue
Block a user