Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-05-31 21:42:54 +02:00
parent 04109773a8
commit ffb5ae7fa3

View File

@@ -104,13 +104,11 @@
<th>Challenge Time Zone</th><td>{{ race.timezone }}</td>
</tr>
{% endif %}
{% comment %}
{% if race.coursestandards %}
<tr>
<th>Standard Times</th><td><a href="/rowers/standards/{{ race.coursestandards.id }}/">{{ race.coursestandards }}</a></td>
</tr>
{% endif %}
{% endcomment %}
<tr>
<th>
{{ race.sessionmode }} challenge
@@ -270,20 +268,16 @@
<th>&nbsp;</th>
<th>Name</th>
<th>Team Name</th>
{% comment %}
{% if race.coursestandards %}
<th>Group</th>
{% else %}
{% endcomment %}
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>Class</th>
{% if race.sessiontype == 'race' %}
<th>Boat</th>
{% comment %}
{% endif %}
{% endcomment %}
{% endif %}
<th>Time<a href="?order_by=duration">&#9660;</th>
<th>Distance<a href="?order_by=-distance">&#9660;</th>
@@ -302,11 +296,9 @@
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
{{ result.username }}</a></td>
<td>{{ result.teamname }}</td>
{% comment %}
{% if race.coursestandards %}
<td>{{ result.entrycategory }}</td>
{% else %}
{% endcomment %}
<td>{{ result.age }}</td>
<td>{{ result.sex }}</td>
<td>{{ result.weightcategory }}</td>
@@ -321,16 +313,12 @@
{% if race.sessiontype == 'race' %}
<td>{{ result.boattype }}</td>
{% endif %}
{% comment %}
{% endif %}
{% endcomment %}
<td>{{ result.duration |durationprint:"%H:%M:%S.%f" }}</td>
<td>{{ result.distance }} m</td>
{% comment %}
{% if race.coursestandards %}
<td>{{ result.points }}</td>
{% endif %}
{% endcomment %}
<td>
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
Details</a>
@@ -421,12 +409,10 @@
<tr>
<th>Name</th>
<th>Team Name</th>
{% comment %}
{% if race.coursestandards %}
<th>Group</th>
<th>Age</th>
{% else %}
{% endcomment %}
{% if race.sessiontype == 'race' %}
<th>Boat</th>
{% endif %}
@@ -435,9 +421,7 @@
<th>Gender</th>
<th>Weight Category</th>
<th>Adaptive</th>
{% comment %}
{% endif %}
{% endcomment %}
</tr>
<tbody>
{% for record in records %}
@@ -585,7 +569,6 @@
review and reject entries. If you are disqualified in this
way, you will receive an email with the reason.
</p>
{% comment %}
{% if race.coursestandards %}
<p>
Standard Times are a way to compare results in a race category with
@@ -597,7 +580,6 @@
be limited to those in the selected set of Standard Times.
</p>
{% endif %}
{% endcomment %}
</div>
</li>
</ul>