notification emails
for rejected and accepted coaching offers and requests
This commit is contained in:
20
rowers/templates/coachrequestacceptedemail.html
Normal file
20
rowers/templates/coachrequestacceptedemail.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
{{ coachname }} has accepted your coaching request on
|
||||
rowsandall.com
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Until you remove {{ coachname }} from your list of coaches, {{ coachname }}
|
||||
will be able to upload workouts on your behalf, run analysis for you
|
||||
and change your power and heart rate zone settings.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user