race comparison
This commit is contained in:
@@ -233,8 +233,8 @@
|
|||||||
<h2>Results</h2>
|
<h2>Results</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
{% if results or dns %}
|
||||||
<p>
|
<p>
|
||||||
{% if results or dns %}
|
|
||||||
<table class="listtable shortpadded" width="100%">
|
<table class="listtable shortpadded" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -317,10 +317,16 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
|
||||||
No results yet
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="/rowers/virtualevent/{{ race.id }}/compare"
|
||||||
|
title="Compare the workouts of all competitors">Compare Results</a>
|
||||||
|
</p>
|
||||||
|
{% else %}
|
||||||
|
<p>
|
||||||
|
No results yet
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{% if form %}
|
{% if form %}
|
||||||
|
|||||||
Reference in New Issue
Block a user