Private
Public Access
1
0
Files
rowsandall/rowers/templates/raceoptoutsocialmedia.html
2020-06-04 21:27:25 +02:00

25 lines
557 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ username }}</strong>,</p>
<p>
{{ registeredname }} has opted out from Social Media posts regarding the
virtual challenge {{ racename }}
</p>
<p>
If you are making any posts to Social Media about the event, you have to
do this without mentioning their name.
</p>
<p>
As the organizer of the virtual challenge it is your responsibility to
respect this. Rowsandall.com is not responsible for any damage caused.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}