adding email conf
This commit is contained in:
18
rowers/templates/trajectorysuccessemail.html
Normal file
18
rowers/templates/trajectorysuccessemail.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user