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