Private
Public Access
1
0

adding athlete names to analysis

This commit is contained in:
Sander Roosendaal
2022-09-15 12:11:06 +02:00
parent a68e571010
commit 6beae2ca37
5 changed files with 50 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{% if stats %}
<h2>Statistics</h2>
<h2>Statistics {{ extratitle }}</h2>
<table width="100%" class="listtable">
<thead>
<tr>
@@ -28,7 +28,7 @@
</tr>
{% endfor %}
</tbody>
</table>
</table>
{% endif %}
@@ -67,10 +67,6 @@
</tr>
{% endfor %}
</tbody>
</table>
</table>
{% endif %}