Private
Public Access
1
0

Fixed Ranking distances

This commit is contained in:
sanderroosendaal
2016-11-03 12:03:56 +01:00
parent 8a0518d7eb
commit 3cba8e5e45
5 changed files with 1118 additions and 1097 deletions

View File

@@ -170,7 +170,7 @@
<td> {{ value }} W </td>
{% endif %}
{% if key == "duration" %}
<td> {{ value |paceprint }} </td>
<td> {{ value |deltatimeprint }} </td>
{% endif %}
{% endfor %}
</tr>
@@ -209,7 +209,7 @@
<td> {{ value }} W </td>
{% endif %}
{% if key == "duration" %}
<td> {{ value |paceprint }} </td>
<td> {{ value |deltatimeprint }} </td>
{% endif %}
{% endfor %}
</tr>