Private
Public Access
1
0

adding email conf

This commit is contained in:
Sander Roosendaal
2021-10-13 19:45:48 +02:00
parent bc715d14fe
commit c59e951033
3 changed files with 57 additions and 3 deletions

View File

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