Private
Public Access
1
0

first version of disqualification

This commit is contained in:
Sander Roosendaal
2018-11-28 12:34:39 +01:00
parent dba094475c
commit a75b59519e
3 changed files with 53 additions and 0 deletions

View File

@@ -160,6 +160,7 @@
<th>Time</th>
<th>Distance</th>
<th>Details</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
@@ -182,6 +183,15 @@
<td>
<a href="/rowers/workout/{{ result.workoutid }}">
Details</a></td>
<td>
{% if race.manager == request.user %}
<a href="/rowers/virtualevent/{{ race.id }}/disqualify/{{ result.id }}/">
Disqualify
</a>
{% else %}
&nbsp;
{% endif %}
</td>
</tr>
{% endfor %}
{% for result in dns %}