25 lines
557 B
HTML
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 %}
|