Private
Public Access
1
0

small improvements

This commit is contained in:
Sander Roosendaal
2022-07-08 14:08:26 +02:00
parent 025ccf6df9
commit 2dc66800bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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>