Private
Public Access
1
0

kml email working

This commit is contained in:
Sander Roosendaal
2018-06-06 14:23:10 +02:00
parent 77702aba7c
commit aed878d677
5 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% 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 %}