bug fix
This commit is contained in:
@@ -276,9 +276,11 @@
|
|||||||
<a href="/rowers/virtualevent/{{ race.id }}/mapcompare"
|
<a href="/rowers/virtualevent/{{ race.id }}/mapcompare"
|
||||||
title="Compare the courses taken by the competitors"><i class="fas fa-route fa-fw"></i></a>
|
title="Compare the courses taken by the competitors"><i class="fas fa-route fa-fw"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if race.manager == request.user %}
|
{% if race.manager == request.user %}
|
||||||
<a href="/rowers/virtualevent/{{ race.id }}/download"
|
<a href="/rowers/virtualevent/{{ race.id }}/download"
|
||||||
title="Download Results"><i class="fas fa-file-download fa-fw"></i></a>
|
title="Download Results"><i class="fas fa-file-download fa-fw"></i></a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<table class="listtable shortpadded" width="100%">
|
<table class="listtable shortpadded" width="100%">
|
||||||
@@ -430,7 +432,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
No results yet
|
No results yet
|
||||||
|
|||||||
Reference in New Issue
Block a user