19 lines
356 B
HTML
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 %}
|