You can organize fastest challenges and register but submission does not work yet
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user