TP fix maybe, and form to message racers
This commit is contained in:
@@ -383,14 +383,21 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
{% if race.manager == request.user %}
|
||||
<p>
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/download"
|
||||
title="Download Results">Download Results</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<p>
|
||||
No results yet
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if race.manager == request.user %}
|
||||
<p>
|
||||
<a href="/rowers/sessions/{{ race.id }}/message/">Message to participant(s)</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</li>
|
||||
{% if form %}
|
||||
|
||||
Reference in New Issue
Block a user