Private
Public Access
1
0

You can organize fastest challenges and register but submission does not work yet

This commit is contained in:
Sander Roosendaal
2020-11-10 08:46:33 +01:00
parent ffb089a0c0
commit 26ae894c28
6 changed files with 299 additions and 1 deletions

View File

@@ -96,6 +96,14 @@
<tr>
<th>Course</th><td><a href="/rowers/courses/{{ race.course.id }}">{{ race.course }}</a></td>
</tr>
{% elif race.sessiontype == 'fastest_time' %}
<tr>
<th>Time Challenge</th><td>To be rowed on the water</td>
</tr>
{% elif race.sessiontype == 'fastest_distance' %}
<tr>
<th>Distance Challenge</th><td>To be rowed on the water</td>
</tr>
{% else %}
<tr>
<th>Indoor Race</th><td>To be rowed on a Concept2 ergometer</td>
@@ -586,6 +594,21 @@
You cannot submit results rowed
on other bodies of water.
</p>
{% elif race.sessiontype == 'fastest_time' %}
<p>
This on-the-water challenge asks you to try to get
as far as you can over the
race duration. It automatically finds the fastest interval
of the given duration
in your entire workout.
</p>
{% elif race.sessiontype == 'fastest_distance' %}
<p>
This on-the-water challenge asks you to try row as hard
as you can over a set distance.
It automatically finds the fastest interval of the given length
in your entire workout.
</p>
{% else %}
<p>
Indoor challenges are open for all, wherever you live.