Private
Public Access
1
0
Files
rowsandall/rowers/templates/racesubmissionemail.html
Sander Roosendaal 6d6d269ce9 emails with site url
2018-12-02 20:37:02 +01:00

26 lines
581 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ username }}</strong>,</p>
<p>
One of your competitors, {{ registeredname }}, has submitted a result for {{ racename }}
</p>
<p>
Check out the results on the race page!
<a href="{{ siteurl }}/rowers/virtualevent/{{ raceid }}">{{ racename }}</a>
</p>
<p>
You are receiving this email because you are on the start list for this race.
If you do not wish to receive these notifications, you can switch them off
throught the link above.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}