Private
Public Access
1
0
Files
rowsandall/rowers/templates/csvemail.html
2018-03-19 15:49:57 +01:00

16 lines
276 B
HTML

{% extends "emailbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested file for your workout.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}