adding Standard Times to events
This commit is contained in:
@@ -104,6 +104,11 @@
|
||||
<th>Challenge Time Zone</th><td>{{ race.timezone }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if race.coursestandards %}
|
||||
<tr>
|
||||
<th>Standard Times</th><td><a href="/rowers/standards/{{ race.coursestandards.id }}/">{{ race.coursestandards }}</a></td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>
|
||||
{{ race.sessionmode }} challenge
|
||||
@@ -541,6 +546,17 @@
|
||||
review and reject entries. If you are disqualified in this
|
||||
way, you will receive an email with the reason.
|
||||
</p>
|
||||
{% if race.coursestandards %}
|
||||
<p>
|
||||
Standard Times are a way to compare results in a race category with
|
||||
a course record or golden standard for that event. A point score is calculated
|
||||
which compares the participant's result with the standard. This offers an
|
||||
engaging way to compete on points across different categories, boat types, and skill
|
||||
levels.
|
||||
If you select a Standard Times set from the drop-down list, race categories will
|
||||
be limited to those in the selected set of Standard Times.
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user