Private
Public Access
1
0
Files
rowsandall/rowers/templates/teamresponseemail.html
2018-03-20 08:29:22 +01:00

25 lines
482 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
{{ commenter_first_name }} {{ commenter_last_name }} has written
a new comment on workout {{ workoutname }}
</p>
<p>
{{ comment }}
</p>
<p>
You can read the comment here:
</p>
<p>
<a href="{{ siteurl }}/rowers/workout/{{ workoutid }}/comment">
{{ siteurl }}/rowers/workout/{{ workoutid }}/comment</a>
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}