From badb7e0149010cc90d82c7faa7e46cf7256a0350 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 24 Feb 2019 20:14:09 +0100 Subject: [PATCH] coachee request mail improvement --- rowers/tasks.py | 2 +- rowers/templates/coacheerequestemail.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rowers/tasks.py b/rowers/tasks.py index efc0cf44..3eba6d32 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -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 ' siteurl = SITE_URL if debug: diff --git a/rowers/templates/coacheerequestemail.html b/rowers/templates/coacheerequestemail.html index 27f0bea4..9dc9c52b 100644 --- a/rowers/templates/coacheerequestemail.html +++ b/rowers/templates/coacheerequestemail.html @@ -4,10 +4,10 @@

Dear {{ name }},

- {{ coachname }} is offering to become your coach on rowsandall.com. + {{ coach }} is offering to become your coach on rowsandall.com.

- 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 on behalf of you.