Private
Public Access
1
0
Files
rowsandall/rowers/templates/withdraw_email.html
Sander Roosendaal 3159526e64 withdraw from race
2020-05-23 16:00:04 +02:00

31 lines
487 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ username }}</strong>,</p>
<p>
The result that you have submitted for the virtual challenge {{ racename }} has been
removed.
</p>
<p>
The reason for the removal was: <i>{{ reason }}</i>.
</p>
<p>
You added the following explanation:
<p>
<p>
<i>{{ message }}</i>
</p>
<p>
You are still registered for the challenge and can submit a result.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}