welcome-emails: Make some code comments and docstrings more evergreen.

This commit is contained in:
Lauryn Menard
2023-06-30 21:18:29 +02:00
committed by Tim Abbott
parent c323afd9d7
commit dd59e83d54
2 changed files with 2 additions and 3 deletions

View File

@@ -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.
""" """

View File

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