add test for new user registration
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user