Private
Public Access
1
0

small improvements in popup race

This commit is contained in:
Sander Roosendaal
2018-05-10 09:47:26 +02:00
parent 8237b7d1e9
commit 82fe856540
6 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
<th>Event</th>
<th>Country</th>
<th>Course</th>
<th>Distance</th>
<th>Click for Details</th>
</tr>
</thead>
@@ -25,6 +26,7 @@
<td><a href="/rowers/virtualevent/{{ race.id }}">{{ race.name }}</a></td>
<td>{{ race.course.country }}</td>
<td><a href="/rowers/courses/{{ race.course.id }}">{{ race.course.name }}</a></td>
<td>{{ race.sessionvalue }} m</td>
<td>
{% if rower %}
{% if race|can_register:rower %}