design
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{{ athlete.first_name }} {{ athlete.last_name }}
|
||||
</h1>
|
||||
<p>
|
||||
<table>
|
||||
<table class="listtable shortpadded">
|
||||
{% for result in results %}
|
||||
<tr>
|
||||
<td>{{ result.order }}</td><td>{{ result.race.name }}</td>
|
||||
|
||||
Reference in New Issue
Block a user