Private
Public Access
1
0

Checks for users with that email address

This commit is contained in:
Sander Roosendaal
2017-02-10 16:27:19 +01:00
parent 70d4050bc9
commit 288bac995b
2 changed files with 12 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ def handle_sendemail_invite(email,name,code,teamname,manager):
message += 'https://rowsandall.com/rowers/me/invitation/'+code+' \n\n'
message += 'You can also manually accept your team membership with the code.\n'
message += 'You will need to do this if you registered under a differnt email address than this one.\n'
message += 'You will need to do this if you registered under a different email address than this one.\n'
message += 'Code: '+code+'\n'
message += 'Link to manually accept your team membership: '
message += 'https://rowsandall.com/rowers/me/invitation\n\n'