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

22 lines
454 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ coach }}</strong>,</p>
<p>
{{ name }} has accepted your coaching offer on
rowsandall.com
</p>
<p>
Until you remove {{ name }} from your list of athletes, {{ name }},
you
will be able to upload workouts on behalf of {{ name }}, run analysis for
and change power and heart rate zone settings for {{ name }}.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}