Merge branch 'hotfix/v6.31'
This commit is contained in:
@@ -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 <info@rowsandall.com>'
|
||||
fullemail = first_name + " " + last_name + " " + "<" + email + ">"
|
||||
|
||||
htmly = get_template('otwpoweremail.html')
|
||||
|
||||
d = {
|
||||
'first_name':first_name,
|
||||
|
||||
Reference in New Issue
Block a user