it is working
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
<h1>
|
||||||
|
Boat Movers Ranking
|
||||||
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -6,7 +9,6 @@
|
|||||||
<th>Name</th><td></td>
|
<th>Name</th><td></td>
|
||||||
<th>Club</th>
|
<th>Club</th>
|
||||||
<th>Gender</th>
|
<th>Gender</th>
|
||||||
<th>Year of Birth</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
{% for athlete in athletes %}
|
{% for athlete in athletes %}
|
||||||
<tr>
|
<tr>
|
||||||
@@ -16,11 +18,15 @@
|
|||||||
<td>{{ athlete.last_name }}</td>
|
<td>{{ athlete.last_name }}</td>
|
||||||
<td>{{ athlete.club }}</td>
|
<td>{{ athlete.club }}</td>
|
||||||
<td>{{ athlete.gender }}</td>
|
<td>{{ athlete.gender }}</td>
|
||||||
<td>{{ athlete.birth_year }}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</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>
|
<p>
|
||||||
This ranking was based on results from following races:
|
This ranking was based on results from following races:
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user