Private
Public Access
1
0

not sure if this works

This commit is contained in:
Sander Roosendaal
2019-02-16 17:15:25 +01:00
parent 74cc925e59
commit ccdf24f671
16 changed files with 599 additions and 17 deletions

View 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 %}