Private
Public Access
1
0

v0.1 of testcourse working (plannedsession)

This commit is contained in:
Sander Roosendaal
2018-02-22 21:39:15 +01:00
parent 083f91914c
commit 581250a7b0
5 changed files with 57 additions and 17 deletions

View File

@@ -65,7 +65,7 @@
<td>{{ forloop.counter }}</td>
<td>{{ result|lookup:'name' }}</td>
<td>{{ result|lookup:'distance' }}</td>
<td>{{ result|lookup:'time'|durationprint:"%H:%M:%S.%f" }}</td>
<td>{{ result|lookup:'time'|deltatimeprint }}</td>
<td>{{ result|lookup:'date'|date:"Y-m-d" }}</td>
<td>{{ result|lookup:'type' }}</td>
</tr>