full name used in layout
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<tr>
|
||||
<th>Rank</th>
|
||||
<th>Score</th>
|
||||
<th>Name</th><th> </th>
|
||||
<th>Name</th>
|
||||
<th>Club</th>
|
||||
<th>Gender</th>
|
||||
</tr>
|
||||
@@ -40,8 +40,7 @@
|
||||
<tr>
|
||||
<td>{{ forloop.counter }}</td>
|
||||
<td>{{ athlete.trueskill_exposed|floatformat:2 }}</td>
|
||||
<td>{{ athlete.first_name }}</td>
|
||||
<td>{{ athlete.last_name }}</td>
|
||||
<td>{{ athlete.full_name }}</td>
|
||||
<td>{{ athlete.club }}</td>
|
||||
<td>{{ athlete.gender }}</td>
|
||||
<td><a href="/boatmovers/athlete/{{ athlete.id }}/">results</a></td>
|
||||
|
||||
Reference in New Issue
Block a user