Private
Public Access
1
0

Merge branch 'hotfix/v9.32'

This commit is contained in:
Sander Roosendaal
2019-02-24 20:14:27 +01:00
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): debug=False,**kwargs):
fullemail = email 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>' from_email = 'Rowsandall <info@rowsandall.com>'
siteurl = SITE_URL siteurl = SITE_URL
if debug: if debug:

View File

@@ -4,10 +4,10 @@
<p>Dear <strong>{{ name }}</strong>,</p> <p>Dear <strong>{{ name }}</strong>,</p>
<p> <p>
{{ coachname }} is offering to become your coach on rowsandall.com. {{ coach }} is offering to become your coach on rowsandall.com.
</p> </p>
<p> <p>
By accepting the invite, {{ coachname }} will have access to your By accepting the invite, {{ coach }} will have access to your
data and will be able to upload workouts and run analysis on rowsandall.com data and will be able to upload workouts and run analysis on rowsandall.com
on behalf of you. on behalf of you.
</p> </p>