Private
Public Access
1
0

added boat type to registration list

This commit is contained in:
Sander Roosendaal
2018-04-20 14:16:53 +02:00
parent 7c124c16a5
commit f7b2e21242

View File

@@ -146,6 +146,7 @@
<tr>
<th>Name</th>
<th>Team Name</th>
<th>Boat</th>
<th>Age</th>
<th>Weight Category</th>
</tr>
@@ -154,6 +155,7 @@
<tr>
<td>{{ record.username }}
<td>{{ record.teamname }}</td>
<td>{{ record.boattype }}</td>
<td>{{ record.weightcategory }}</td>
<td>{{ record.age }}</td>
</tr>