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

@@ -27,6 +27,10 @@
<td><a href="/rowers/virtualevent/{{ race.id }}">{{ race.name }}</a></td>
{% if race.sessiontype == 'race' %}
<td>{{ race.course.country }}</td>
{% elif race.sessiontype == 'fastest_distance' %}
<td>Worldwide On-the-water Challenge</td>
{% elif race.sessiontype == 'fastest_time' %}
<td>Worldwide On-the-water Challenge</td>
{% else %}
<td>Worldwide Indoor Challenge</td>
{% endif %}