Private
Public Access
1
0

fixed bug in race check

This commit is contained in:
Sander Roosendaal
2018-09-15 16:07:19 +02:00
parent 09c10633ac
commit 90f022f690
5 changed files with 15 additions and 6 deletions

View File

@@ -65,6 +65,7 @@
</thead>
<tbody>
{% for result in ranking %}
{% if result|lookup:'coursecompleted' %}
<tr>
<td>{{ forloop.counter }}</td>
<td>{{ result|lookup:'name' }}</td>
@@ -73,6 +74,7 @@
<td>{{ result|lookup:'date'|date:"Y-m-d" }}</td>
<td>{{ result|lookup:'type' }}</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>