mail processing confirmation uses template
This commit is contained in:
18
rowers/templates/confirmemail.html
Normal file
18
rowers/templates/confirmemail.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user