Private
Public Access
1
0
Files
rowsandall/rowers/templates/disqualificationemail.html
2020-05-21 08:10:35 +02:00

33 lines
718 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ username }}</strong>,</p>
<p>
Unfortunately, the result that you have submitted for the virtual challenge {{ racename }} has been rejected by the challenge organizer.
</p>
<p>
The reason for the rejection was: <i>{{ reason }}</i>.
</p>
<p>
The challenge organizer added the following explanation:
<p>
<p>
<i>{{ message }}</i>
</p>
<p>
The decision to reject your result is the sole responsibility of the challenge organizer. If you disagree with the decision, please do contact him or her.
</p>
<p>
You are still registered for the challenge and can submit a result.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}