Private
Public Access
1
0

race comparison

This commit is contained in:
Sander Roosendaal
2018-12-17 10:54:56 +01:00
parent 5b6a376c58
commit afca50278e

View File

@@ -233,8 +233,8 @@
<h2>Results</h2>
{% endif %}
</p>
{% if results or dns %}
<p>
{% if results or dns %}
<table class="listtable shortpadded" width="100%">
<thead>
<tr>
@@ -317,10 +317,16 @@
{% endfor %}
</tbody>
</table>
{% else %}
No results yet
{% endif %}
</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>
</li>
{% if form %}