Merge branch 'hotfix/v9.34'
This commit is contained in:
@@ -168,11 +168,11 @@ def workout_summary_to_df(
|
||||
weightvalues.append(w.weightvalue)
|
||||
notes.append(w.notes)
|
||||
tcx_link = SITE_URL+'/rowers/workout/{id}/emailtcx'.format(
|
||||
id=w.id
|
||||
id=encoder.encode_hex(w.id)
|
||||
)
|
||||
tcx_links.append(tcx_link)
|
||||
csv_link = SITE_URL+'/rowers/workout/{id}/emailcsv'.format(
|
||||
id=w.id
|
||||
id=encoder.encode_hex(w.id)
|
||||
)
|
||||
csv_links.append(csv_link)
|
||||
trimps.append(workout_trimp(w)[0])
|
||||
|
||||
@@ -1790,7 +1790,7 @@ def handle_sendemail_coachrequest_accepted(email,coachname,name,
|
||||
}
|
||||
|
||||
res = send_template_email(from_email,[fullemail],
|
||||
subject,'coachrequestacceptedmail.html',
|
||||
subject,'coachrequestacceptedemail.html',
|
||||
d,
|
||||
**kwargs)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user