22 lines
454 B
HTML
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 %}
|