Private
Public Access
1
0

added mixed as category

This commit is contained in:
Sander Roosendaal
2018-06-01 20:11:16 +02:00
parent 6b713cb91f
commit 0a259d51e1
4 changed files with 35 additions and 2 deletions

View File

@@ -160,6 +160,7 @@
<th>Team Name</th>
<th>Boat</th>
<th>Age</th>
<th>Gender</th>
<th>Weight Category</th>
</tr>
<tbody>
@@ -169,6 +170,7 @@
<td>{{ record.teamname }}</td>
<td>{{ record.boattype }}</td>
<td>{{ record.age }}</td>
<td>{{ record.sex }}</td>
<td>{{ record.weightcategory }}</td>
{% if record.userid == rower.id and 'withdrawbutton' in buttons %}
<td>