time team scraping works
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
<tr>
|
||||
<td>{{ result.order }}</td>
|
||||
<td><a href="/boatmovers/crew/{{ result.crew.id }}/">{{ result.crew.name }}</a></td>
|
||||
{% if result.crew.id in duplicate_crews %}
|
||||
<td>!</td>
|
||||
{% elif result.crew.id in duplicate_athletes_crews %}
|
||||
<td>!</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user