Private
Public Access
1
0

a few fixes on comments

This commit is contained in:
Sander Roosendaal
2017-02-23 18:14:43 +01:00
parent 1d9dc829ae
commit 7dcdaa516b
3 changed files with 9 additions and 5 deletions

View File

@@ -293,7 +293,7 @@ def handle_sendemailnewresponse(first_name,last_name,
message += '\n\n'
message += 'You are receiving this email because you are subscribed '
message += 'to comments on this workout. To unsubscribe, follow this link:\n'
message += 'https://rowsandall.com/rowers/workout/unsubscribe/'+str(workoutid)+'/'
message += 'https://rowsandall.com/rowers/workout/'+str(workoutid)+'/unsubscribe'
email = EmailMessage(subject, message,
'Rowsandall <info@rowsandall.com>',