adding opt in to social media
This commit is contained in:
24
rowers/templates/raceoptoutsocialmedia.html
Normal file
24
rowers/templates/raceoptoutsocialmedia.html
Normal 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 %}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user