Private
Public Access
1
0
Files
rowsandall/rowers/templates/confirmemail.html
2018-03-20 09:43:26 +01:00

19 lines
262 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Your workout has been added to Rowsandall.com.
</p>
<p>
Link to workout: {{ link }}
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}