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

@@ -23,6 +23,9 @@
<tr>
<th>Course</th><td>{{ race.course }}</td>
</tr>
<tr>
<th>Distance</th><td>{{ race.sessionvalue }} m</td>
</tr>
<tr>
<th>Registration closure</th>
<td>{{ race.registration_closure }}</td>
@@ -98,6 +101,7 @@
<th>&nbsp;</th>
<th>Boat</th>
<th>Time</th>
<th>Distance</th>
<th>Details</th>
</tr>
</thead>
@@ -114,6 +118,7 @@
<td>{{ result.weightcategory }}</td>
<td>{{ result.boattype }}</td>
<td>{{ result.duration |durationprint:"%H:%M:%S.%f" }}</td>
<td>{{ result.distance }} m</td>
<td>
<a href="/rowers/workout/{{ result.workoutid }}">
Details</a></td>