emails: Update subject for digest emails.

This commit is contained in:
James Rowan
2017-07-13 18:30:20 -07:00
committed by Rishi Gupta
parent 1cf7ee966b
commit 9bd1b0ba58
2 changed files with 2 additions and 1 deletions

View File

@@ -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")
})