Private
Public Access
1
0
Files
rowsandall/rowers/templates/icsemail.html
2019-07-31 14:12:06 +02:00

19 lines
399 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the ICS Calendar file for your training sessions. You can import
this file to your calendar app.
</p>
<p>
You can see the training plan here: <a href="{{ siteurl }}{{ url }}">{{ siteurl }}{{ url }}</a>
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}