Private
Public Access
1
0

coachee request mail improvement

This commit is contained in:
Sander Roosendaal
2019-02-24 20:14:09 +01:00
parent 1dbcd3ec31
commit badb7e0149
2 changed files with 3 additions and 3 deletions

View File

@@ -1823,7 +1823,7 @@ def handle_sendemail_coacheerequest(email,name,code,coachname,
debug=False,**kwargs):
fullemail = email
subject = '{n} asks coach access to your data on rowsandall.com'.format(n=coachname)
subject = '{n} requests coach access to your data on rowsandall.com'.format(n=coachname)
from_email = 'Rowsandall <info@rowsandall.com>'
siteurl = SITE_URL
if debug: