added names
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<a target="_" href="{{ race.resulturl }}">Results</a>
|
||||
</p>
|
||||
<p>
|
||||
<table>
|
||||
<table class="shortpadded">
|
||||
<tr>
|
||||
<th>Order</th>
|
||||
<th>Crew</th><td></td>
|
||||
@@ -20,6 +20,11 @@
|
||||
<tr>
|
||||
<td>{{ result.order }}</td>
|
||||
<td><a href="/boatmovers/crew/{{ result.crew.id }}/">{{ result.crew.name }}</a></td>
|
||||
{% for athlete in result.crew.athletes.all %}
|
||||
<td>
|
||||
{{ athlete.first_name }} {{ athlete.last_name }}
|
||||
</td>
|
||||
{% endfor %}
|
||||
{% if result.crew.id in duplicate_crews %}
|
||||
<td>!</td>
|
||||
{% elif result.crew.id in duplicate_athletes_crews %}
|
||||
|
||||
Reference in New Issue
Block a user