Private
Public Access
1
0
Files
rowsandall/rowers/templates/coachrequestacceptedemail.html
2019-02-20 20:10:39 +01:00

21 lines
443 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ name }}</strong>,</p>
<p>
{{ coach }} 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 %}