Private
Public Access
1
0

it is working

This commit is contained in:
Sander Roosendaal
2022-06-24 17:31:45 +02:00
parent f606a7aa09
commit 13925f6e7f

View File

@@ -1,3 +1,6 @@
<h1>
Boat Movers Ranking
</h1>
<p>
<table>
<tr>
@@ -6,7 +9,6 @@
<th>Name</th><td></td>
<th>Club</th>
<th>Gender</th>
<th>Year of Birth</th>
</tr>
{% for athlete in athletes %}
<tr>
@@ -16,11 +18,15 @@
<td>{{ athlete.last_name }}</td>
<td>{{ athlete.club }}</td>
<td>{{ athlete.gender }}</td>
<td>{{ athlete.birth_year }}</td>
</tr>
{% endfor %}
</table>
</p>
<p>
This page is an experimental ranking based on public race results, mainly from Dutch Masters
rowing events. If your name shows up and you do not agree with that, contact us at info@rowsandall.com
and we'll remove your name.
</p>
<p>
This ranking was based on results from following races:
</p>