Private
Public Access
1
0

race to challenge rename

This commit is contained in:
Sander Roosendaal
2020-05-19 08:03:30 +02:00
parent 4d260ab8e6
commit c062d8c0da
10 changed files with 99 additions and 99 deletions

View File

@@ -9,14 +9,14 @@
{% leaflet_css %}
{% endblock %}
{% block title %}Rowsandall Virtual Race{% endblock %}
{% block title %}Rowsandall Virtual Challenge{% endblock %}
{% block scripts %}
{% include "monitorjobs.html" %}
{% endblock %}
{% block og_title %}{{ race.name }}{% endblock %}
{% block description %}Virtual Rowing Race {{ race.name }}{% endblock %}
{% block description %}Virtual Rowing Challenge {{ race.name }}{% endblock %}
{% if racelogo %}
{% block og_image %}
@@ -87,7 +87,7 @@
{% localtime off %}
<div id="raceinfo">
<p>
<h2>Event Information</h2>
<h2>Challenge Information</h2>
</p>
<p>
<table class="listtable shortpadded" width="100%">
@@ -101,7 +101,7 @@
<th>Indoor Race</th><td>To be rowed on a Concept2 ergometer</td>
</tr>
<tr>
<th>Event Time Zone</th><td>{{ race.timezone }}</td>
<th>Challenge Time Zone</th><td>{{ race.timezone }}</td>
</tr>
{% endif %}
<tr>
@@ -155,7 +155,7 @@
<div id="registerbuttons">
{% if request.user.is_anonymous %}
<p>
Registered users of rowsandall.com can participate in this event. Participation is free, unless specified differently in the race comment above.
Registered users of rowsandall.com can participate in this challenge. Participation is free, unless specified differently in the race comment above.
{% if race.sessiontype == 'race' %}
<a href="/rowers/virtualevent/{{ race.id }}/register"><h3>Register</h3></a>
{% else %}
@@ -164,11 +164,11 @@
</p>
{% else %}
<p>
See race rules below. Participation to this race is free,
unless specified differently in the race comment above.
See challenge rules below. Participation to this challenge is free,
unless specified differently in the challenge comment above.
</p>
<p>
Note. On this page, all times are local times in the time zone of the event.
Note. On this page, all times are local times in the time zone of the challenge.
</p>
<p>
{% for button in buttons %}
@@ -188,12 +188,12 @@
<a href="/rowers/virtualevent/{{ race.id }}/submit">Submit Workout</a>
</td>
<td>
Submit a workout that is already on the site as your race result
Submit a workout that is already on the site as your challenge result
</td>
</tr>
<tr>
<td>
<a href="/rowers/workout/upload/{{ race.id }}/">Upload your race result</a>
<a href="/rowers/workout/upload/{{ race.id }}/">Upload your challenge result</a>
</td>
<td>
Upload a new workout to the site and submit it as a result. You
@@ -203,7 +203,7 @@
{% if race.sessiontype == 'indoorrace' %}
<tr>
<td>
<a href="/rowers/workout/addmanual/{{ race.id }}">Enter your race result manually</a>
<a href="/rowers/workout/addmanual/{{ race.id }}">Enter your challenge result manually</a>
</td>
<td>
If you don't have a data file, enter the results
@@ -234,10 +234,10 @@
{% if button == 'editbutton' %}
<p>
{% if race.sessiontype == 'race' %}
<a href="/rowers/virtualevent/{{ race.id }}/edit">Edit Race
<a href="/rowers/virtualevent/{{ race.id }}/edit">Edit challenge
</a>
{% else %}
<a href="/rowers/virtualevent/{{ race.id }}/editindoor">Edit Race
<a href="/rowers/virtualevent/{{ race.id }}/editindoor">Edit challenge
</a>
{% endif %}
</p>
@@ -434,11 +434,11 @@
{% else %}
{% if record.emailnotifications %}
<a href="/rowers/indoorraceregistration/togglenotification/{{ race.id }}">
Unsubscribe from race notifications by email
Unsubscribe from challenge notifications by email
</a>
{% else %}
<a href="/rowers/indoorraceregistration/togglenotification/{{ race.id }}">
Subscribe to race notifications by email
Subscribe to challenge notifications by email
</a>
{% endif %}
{% endif %}
@@ -465,21 +465,21 @@
<h2>Rules</h2>
</p>
<p>
Virtual races are intended as an informal way to add a
Virtual challenges are intended as an informal way to add a
competitive element to training and as a quick way to set
up and manage small regattas.
up and manage for example race intensity practices.
</p>
{% if race.sessiontype == 'race' %}
<p>
On the water races are rowed on the course shown.
On the water challenges are rowed on the course shown.
You cannot submit results rowed
on other bodies of water.
</p>
{% else %}
<p>
Indoor races are open for all, wherever you live.
Indoor challenges are open for all, wherever you live.
However, be aware of the
time zone for the race window.
time zone for the challenge window.
</p>
{% endif %}
<p>
@@ -487,12 +487,12 @@
register to take part in this event. Please note the registration
deadline. You must register before this deadline.
You can always withdraw from participating before the registration
deadline or the start of the race window, whichever is earlier.
deadline or the start of the challenge window, whichever is earlier.
</p>
<p>
After the start of the race window and before the submission deadline,
you can submit results by linking the race to one of your uploaded
workouts. The workout start time must be within the race window.
After the start of the challenge window and before the submission deadline,
you can submit results by linking the challenge to one of your uploaded
workouts. The workout start time must be within the challenge window.
{% if race.sessiontype == 'race' %}
Your course must pass through the blue polygons on the course
map (in the right order), for your result to be valid.
@@ -503,12 +503,12 @@
are shown.
</p>
<p>
Race results are stored permanently and are not deleted when
Challenge results are stored permanently and are not deleted when
you delete the respective workout or remove your account.
By registering, you agree with this and the race rules.
By registering, you agree with this and the challenge rules.
</p>
<p>
If you use a manually added workout for your indoor race result,
If you use a manually added workout for your indoor challenge result,
please attach a screenshot of the ergometer display for verification.
</p>
<p>
@@ -519,14 +519,14 @@
correctly in your user settings.
</p>
<p>
Virtual races are intended as an informal way to add a
competitive element to training. Virtual races are not
Virtual challenges are intended as an informal way to add a
competitive element to training. Virtual challenges are not
refereed or staffed to provide for participants safety.
Individual participants are entirely responsible for their
safety while participating in a virtual race.
safety while participating in a virtual challenge.
</p>
<p>
Until the evaluation closure time, the race organizer can
Until the evaluation closure time, the challenge organizer can
review and reject entries. If you are disqualified in this
way, you will receive an email with the reason.
</p>