adding athlete names to analysis
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user