Private
Public Access
1
0

handy links

This commit is contained in:
Sander Roosendaal
2022-07-06 20:53:51 +02:00
parent a0ce933a49
commit 4d968743b4
3 changed files with 18 additions and 4 deletions

View File

@@ -12,8 +12,8 @@
</tr>
{% for athlete in athletes %}
<tr>
<td>{{ athlete.first_name }}</td>
<td>{{ athlete.last_name }}</td>
<td><a href="/boatmovers/athlete/{{ athlete.id }}/">{{ athlete.first_name }}</a></td>
<td><a href="/boatmovers/athlete/{{ athlete.id }}/">{{ athlete.last_name }}</a></td>
<td>{{ athlete.trueskill_exposed|floatformat:2 }}</td>
</tr>
{% endfor %}