Fix displaying Race Seeds
This commit is contained in:
parent
97a5f412a8
commit
25330bd730
|
@ -70,7 +70,7 @@
|
|||
{% for patch in seed.patches %}
|
||||
|
||||
<li>
|
||||
<a href="{{ url_for("download_raw_patch", seed_id=seed.id, player_id=patch.player) }}">Player {{ patch.player }}</a>
|
||||
<a href="{{ url_for("download_raw_patch", seed_id=seed.id, player_id=patch.player, team_id=0) }}">Player {{ patch.player }}</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue