Private
Public Access
1
0
Files
rowsandall/rowers/templates/kmlemail.html
Sander Roosendaal aed878d677 kml email working
2018-06-06 14:23:10 +02:00

14 lines
262 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested KML course file. You can open this file in Google Earth
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}