Private
Public Access
1
0
Files
rowsandall/rowers/templates/virtualracemessage.html
Sander Roosendaal d037ae2354 fixing messaging
2020-06-08 17:44:00 +02:00

15 lines
240 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ rowername }}</strong>,</p>
<p>
{{ message }}
</p>
<p>
This email was sent on behalf of the challenge organizer, who was copied on this message.
</p>
{% endblock %}