small improvements
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{{ athlete.first_name }} {{ athlete.last_name }}
|
||||
</h1>
|
||||
<p>
|
||||
{{ athlete.trueskill_exposed }}
|
||||
Score {{ athlete.trueskill_exposed|floatformat:2 }}
|
||||
</p>
|
||||
<p>
|
||||
<table class="listtable shortpadded">
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
De ranglijst bevat nu resultaten van de volgende races:
|
||||
</p>
|
||||
<p>
|
||||
<table>
|
||||
<table class="shortpadded">
|
||||
{% for race in races %}
|
||||
<tr>
|
||||
<td>{{ race.date }}</td><td>{{ race.name }}</td>
|
||||
|
||||
Reference in New Issue
Block a user