kml email working
This commit is contained in:
13
rowers/templates/kmlemail.html
Normal file
13
rowers/templates/kmlemail.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user