Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-06-24 14:57:28 +02:00
parent 36c96964e6
commit 4344575bd4

View File

@@ -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