Private
Public Access
1
0
Files
rowsandall/rowers/templates/trajectorysuccessemail.html
Sander Roosendaal c59e951033 adding email conf
2021-10-13 19:45:48 +02:00

19 lines
356 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ username }}</strong>,</p>
<p>
We have successfully validated the course for your
<a href="https://rowsandall.com/rowers/workout/{{ workoutid }}/">workout</a>.
</p>
<p>
The attachment contains the validation log.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}