Private
Public Access
1
0

add test for new user registration

This commit is contained in:
Sander Roosendaal
2017-02-14 17:44:46 +01:00
parent 4858e41d0d
commit 4941674421
2 changed files with 30 additions and 1 deletions

View File

@@ -244,6 +244,10 @@ def handle_sendemail_invite(email,name,code,teamname,manager):
message = 'Dear '+name+',\n\n'
message += manager+' is inviting you to join his team '+teamname
message += ' on rowsandall.com\n\n'
message += 'By accepting the invite, you will have access to your'
message += " team's workouts on rowsandall.com and your workouts will "
message += " be visible to "
message += "the members of the team.\n\n"
message += 'If you already have an account on rowsandall.com, you can login to the site and you will find the invitation here on the Teams page:\n'
message += ' https://rowsandall.com/rowers/me/teams \n\n'
message += 'You can also click the direct link: \n'