Commit a61433f4 by Douglas Hall

Add the current site domain to the email template context

parent cd0ccf78
...@@ -28,6 +28,7 @@ def send_notification(user, commtype_code, context, site): ...@@ -28,6 +28,7 @@ def send_notification(user, commtype_code, context, site):
full_name = user.get_full_name() full_name = user.get_full_name()
context.update({ context.update({
'full_name': full_name, 'full_name': full_name,
'site_domain': site.domain,
'platform_name': site.name, 'platform_name': site.name,
'tracking_pixel': tracking_pixel, 'tracking_pixel': tracking_pixel,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment