Private
Public Access
1
0

quiske v2 improvements

This commit is contained in:
Sander Roosendaal
2022-10-13 14:10:24 +02:00
parent 9a93779009
commit 7340178827
7 changed files with 43 additions and 2 deletions

View File

@@ -986,7 +986,8 @@ def checkbreakthrough(w, r):
coach.user.email,
r.user.first_name,
r.user.last_name,
btvalues=btvalues.to_json())
btvalues=btvalues.to_json(),
surname=True)
# submit email task to send email about breakthrough workout
if ishard: # pragma: no cover