Private
Public Access
1
0

expanded boat types & classes

This commit is contained in:
Sander Roosendaal
2018-06-07 00:50:24 +02:00
parent 657ee8b467
commit 38a201e7e7
9 changed files with 128 additions and 74 deletions

View File

@@ -106,6 +106,7 @@
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>Class</th>
<th>Boat</th>
<th>Time</th>
<th>Distance</th>
@@ -123,6 +124,7 @@
<td>{{ result.age }}</td>
<td>{{ result.sex }}</td>
<td>{{ result.weightcategory }}</td>
<td>{{ result.boatclass }}</td>
<td>{{ result.boattype }}</td>
<td>{{ result.duration |durationprint:"%H:%M:%S.%f" }}</td>
<td>{{ result.distance }} m</td>
@@ -139,6 +141,7 @@
<td>{{ result.age }}</td>
<td>{{ result.sex }}</td>
<td>{{ result.weightcategory }}</td>
<td>{{ result.boatclass }}</td>
<td>{{ result.boattype }}</td>
<td>DNS</td>
</tr>
@@ -158,6 +161,7 @@
<tr>
<th>Name</th>
<th>Team Name</th>
<th>Class</th>
<th>Boat</th>
<th>Age</th>
<th>Gender</th>
@@ -168,6 +172,7 @@
<tr>
<td>{{ record.username }}
<td>{{ record.teamname }}</td>
<td>{{ record.boatclass }}</td>
<td>{{ record.boattype }}</td>
<td>{{ record.age }}</td>
<td>{{ record.sex }}</td>