From 450ef130c6216311f1d341de04821122dbd11851 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 19 Mar 2018 23:14:39 +0100 Subject: [PATCH] fix --- rowers/tasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/rowers/tasks.py b/rowers/tasks.py index c28a96c2..92d0f3f2 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -533,7 +533,6 @@ def handle_sendemailtcx(first_name, last_name, email, tcxfile,**kwargs): fullemail = first_name + " " + last_name + " " + "<" + email + ">" subject = "File from Rowsandall.com" - htmly = get_template('tcxemail.html') d = {'first_name':first_name} @@ -582,7 +581,6 @@ def handle_sendemailsummary(first_name, last_name, email, csvfile, **kwargs): fullemail = first_name + " " + last_name + " " + "<" + email + ">" subject = "File from Rowsandall.com" - htmly = get_template('summarymail.html') d = {'first_name':first_name} @@ -745,7 +743,6 @@ def handle_otwsetpower(self,f1, boattype, weightvalue, from_email = 'Rowsandall ' fullemail = first_name + " " + last_name + " " + "<" + email + ">" - htmly = get_template('otwpoweremail.html') d = { 'first_name':first_name,