more replacement of the word race
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% leaflet_css %}
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Rowsandall Virtual Race{% endblock %}
|
||||
{% block title %}Rowsandall Virtual Challenge{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
{% include "monitorjobs.html" %}
|
||||
@@ -18,7 +18,7 @@
|
||||
{% 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 %}
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
{% block main %}
|
||||
|
||||
|
||||
|
||||
<h1>{{ race.name }}</h1>
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
</p>
|
||||
<div class="mapdiv">
|
||||
{{ coursediv|safe }}
|
||||
|
||||
|
||||
{{ coursescript|safe }}
|
||||
</div>
|
||||
</li>
|
||||
@@ -185,7 +185,7 @@
|
||||
<li class="grid_2">
|
||||
<div id="raceinfo">
|
||||
<p>
|
||||
<h2>Race Information</h2>
|
||||
<h2>Challenge Information</h2>
|
||||
</p>
|
||||
<p>
|
||||
<table class="listtable shortpadded" width="100%">
|
||||
@@ -242,7 +242,8 @@
|
||||
<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 comment above.
|
||||
{% if race.sessiontype == 'race' %}
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/register"><h3>Register</h3></a>
|
||||
{% else %}
|
||||
@@ -251,8 +252,8 @@
|
||||
</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 comment above.
|
||||
</p>
|
||||
<p>
|
||||
{% for button in buttons %}
|
||||
@@ -272,22 +273,22 @@
|
||||
<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">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
|
||||
need a workout data file.
|
||||
need a workout data file.
|
||||
</td>
|
||||
</tr>
|
||||
{% if race.sessiontype == 'indoorrace' %}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="/rowers/workout/addmanual">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
|
||||
@@ -318,10 +319,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>
|
||||
@@ -385,22 +386,22 @@
|
||||
{% if race.sessiontype == 'race' %}
|
||||
{% if record.emailnotifications %}
|
||||
<a href="/rowers/raceregistration/togglenotification/{{ race.id }}">
|
||||
Unsubscribe from race notifications by email
|
||||
Unsubscribe from challenge notifications by email
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="/rowers/raceregistration/togglenotification/{{ race.id }}">
|
||||
Subscribe to race notifications by email
|
||||
</a>
|
||||
Subscribe to challenge notifications by email
|
||||
</a>
|
||||
{% endif %}
|
||||
{% 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
|
||||
</a>
|
||||
Subscribe to challenge notifications by email
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
@@ -412,65 +413,65 @@
|
||||
<h2>Rules</h2>
|
||||
</p>
|
||||
<p>
|
||||
Virtual races are intended as an informal way to add a
|
||||
Virtual challenge 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>
|
||||
<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>
|
||||
<p>
|
||||
Indoor races are open for all, wherever you live.
|
||||
Indoor challenge 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>
|
||||
<p>
|
||||
As a rowsandall.com user, you can
|
||||
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
|
||||
and your course must pass through the blue polygons on the course
|
||||
map (in the right order), for your result to be valid.
|
||||
</p>
|
||||
<p>
|
||||
The results table has a link to a page where details of your workout
|
||||
are shown.
|
||||
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>
|
||||
Virtual Racing on rowsandall.com is honors based. Please be a good
|
||||
Virtual Challenges on rowsandall.com is honors based. Please be a good
|
||||
sport, submit real results rowed by you, and make sure you set the
|
||||
boat type correctly. For (future functionality) age and gender
|
||||
corrected times, please be sure your gender and birth date are set
|
||||
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.
|
||||
way, you will receive an email with the reason.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
@@ -488,9 +489,9 @@
|
||||
href="https://twitter.com/intent/tweet"
|
||||
data-url="{{ request.build_absolute_uri }}"
|
||||
{% if race.sessiontype == 'race' %}
|
||||
data-text="@rowsandall #rowingdata Participate in virtual race '{{ race.name }}'">Tweet</a>
|
||||
data-text="@rowsandall #rowingdata Participate in virtual challenge '{{ race.name }}'">Tweet</a>
|
||||
{% else %}
|
||||
data-text="@rowsandall #rowingdata Participate in Indoor Rowing virtual race '{{ race.name }}'">Tweet</a>
|
||||
data-text="@rowsandall #rowingdata Participate in Indoor Rowing virtual challenge '{{ race.name }}'">Tweet</a>
|
||||
{% endif %}
|
||||
</p><p>
|
||||
<a href="https://www.pinterest.com/pin/create/button/"
|
||||
@@ -500,7 +501,7 @@
|
||||
|
||||
|
||||
{% if not racelogo and race.manager == request.user %}
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/image">Add Race Logo</a>
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/image">Add Challenge Logo</a>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user