Private
Public Access
1
0

small improvements

This commit is contained in:
Sander Roosendaal
2022-06-25 14:16:17 +02:00
parent 13925f6e7f
commit 0b88f3c861
5 changed files with 50 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
{% for result in results %}
<tr>
<td>{{ result.order }}</td>
<td>{{ result.crew.name }}</td>
<td><a href="/boatmovers/crew/{{ result.crew.id }}/">{{ result.crew.name }}</a></td>
</tr>
{% endfor %}
</table>