From a198ebbeaa31d0ce1c2d117057ccbb283b763c58 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 24 Dec 2018 14:12:52 +0100 Subject: [PATCH] notification email bug fix --- rowers/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/tasks.py b/rowers/tasks.py index a848cd37..784ad55a 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -833,7 +833,7 @@ def handle_send_email_subscription_update( res = send_template_email(from_email,['info@rowsandall.com'], 'Subscription Update Notification', - template_name, + notification_template_name, d, **kwargs) return 1