it is working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user