Private
Public Access
1
0

added boat type to upload form

This commit is contained in:
Sander Roosendaal
2018-06-01 16:18:33 +02:00
parent 4dbc08b6ba
commit c4475973f9
5 changed files with 26 additions and 4 deletions

View File

@@ -170,7 +170,7 @@
<td>{{ record.boattype }}</td>
<td>{{ record.age }}</td>
<td>{{ record.weightcategory }}</td>
{% if record.userid == rower.id %}
{% if record.userid == rower.id and 'withdrawbutton' in buttons %}
<td>
<a href="/rowers/virtualevent/{{ race.id }}/withdraw/{{ record.id }}" >Withdraw</a>
</td>