not sure if this works
This commit is contained in:
33
rowers/templates/coachrequestemail.html
Normal file
33
rowers/templates/coachrequestemail.html
Normal file
@@ -0,0 +1,33 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ coachname }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
{{ name }} is inviting you to become his/her coach
|
||||
on rowsandall.com
|
||||
</p>
|
||||
<p>
|
||||
By accepting the invite, you will have access to {{ name }}'s
|
||||
data and will be able to upload workouts and run analysis on rowsandall.com
|
||||
on behalf of {{ name }}.
|
||||
</p>
|
||||
<p>
|
||||
By accepting the invite, you are agreeing with the sharing
|
||||
of personal data according to our privacy policy.
|
||||
</p>
|
||||
<p>
|
||||
To accept the login to the
|
||||
site and you will find the invitation here on the Teams page:
|
||||
<a href="{{ siteurl }}/rowers/me/teams">{{ siteurl }}/rowers/me/teams</a>
|
||||
</p>
|
||||
<p>
|
||||
You can also click the direct link:
|
||||
<a href="{{ siteurl }}/rowers/me/coachinvitation/{{ code }}">
|
||||
{{ siteurl }}/rowers/me/coachinvitation/{{ code }}</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user