mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
emails: Update subject for digest emails.
This commit is contained in:
@@ -161,6 +161,7 @@ def handle_digest_email(user_profile_id, cutoff):
|
||||
|
||||
# Start building email template data.
|
||||
context.update({
|
||||
'realm_name': user_profile.realm.name,
|
||||
'name': user_profile.full_name,
|
||||
'unsubscribe_link': one_click_unsubscribe_link(user_profile, "digest")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user