Private
Public Access
1
0

improved UI on regattas

This commit is contained in:
Sander Roosendaal
2018-04-30 15:41:07 +02:00
parent 772bb41ecf
commit 5f1328ab73
6 changed files with 19 additions and 175 deletions

View File

@@ -99,10 +99,8 @@
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>Boat</th>
<th>Raw Time</th>
<th>In Class</th>
<th>Corrected Time</th>
<th>Corrected Place</th>
<th>Time</th>
<th>Details</th>
</tr>
</thead>
<tbody>
@@ -112,12 +110,15 @@
<td>
<a href="/rowers/workout/{{ result.workoutid }}">
{{ result.username }}</a></td>
<td>{{ result.teamname }}</th>
<td>{{ result.teamname }}</td>
<td>{{ result.age }}</td>
<td>{{ result.sex }}</td>
<td>{{ result.weightcategory }}</td>
<td>{{ result.boattype }}</td>
<td>{{ result.duration |durationprint:"%H:%M:%S.%f" }}</td>
<td>
<a href="/rowers/workout/{{ result.workoutid }}">
Details</a></td>
</tr>
{% endfor %}
{% for result in dns %}