Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-03-26 11:55:11 +01:00
parent 70cd7bb060
commit 0838f0de66

View File

@@ -1026,7 +1026,7 @@ def handle_sendemail_breakthrough(workoutid, useremail,
d = {
'first_name':userfirstname,
'siteurl':siteurl,
'workoutid':workoutid,
'workoutid':encoder.encode_hex(workoutid),
'btvalues':tablevalues,
}
@@ -1071,7 +1071,7 @@ def handle_sendemail_hard(workoutid, useremail,
d = {
'first_name':userfirstname,
'siteurl':siteurl,
'workoutid':workoutid,
'workoutid':encoder.encode_hex(workoutid),
'btvalues':tablevalues,
}