Private
Public Access
1
0
Files
rowsandall/rowers/templates/icsemail.html
2018-11-12 16:40:05 +01:00

15 lines
274 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested ICS Calendar file. You can import
this file to your calendar app.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}