Private
Public Access
1
0

adding opt in to social media

This commit is contained in:
Sander Roosendaal
2020-06-04 21:27:25 +02:00
parent a21da7472e
commit 14e4b089fa
6 changed files with 107 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
{% 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 %}

View File

@@ -35,6 +35,11 @@
as a Male crew. Check the "Mixed gender" check box to register as a
mixed gender crew (except for 1x where this check box does nothing).
</p>
<p>
The challenge organizer may want to publish about the challenge on social media and
use your name in the results. If you do not want your name to appear on social media,
you can let this know by unchecking the check box in the form.
</p>
{% if race.coursestandards %}
<p>This race uses standard times and limits the race groups to those where
standard times exist. The "Group" form choice will overrule other selections you
@@ -52,7 +57,7 @@
</div>
</div>
{% csrf_token %}
<input class="button green" type="submit" value="Submit">
<input class="button" type="submit" value="Submit">
</form>