Private
Public Access
1
0

mail processing confirmation uses template

This commit is contained in:
Sander Roosendaal
2018-03-20 09:43:26 +01:00
parent d39451544a
commit 3cd05e9660
3 changed files with 43 additions and 24 deletions

View File

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