Fix displaying Race Seeds

This commit is contained in:
Fabian Dill 2021-01-16 00:32:52 +01:00
parent 97a5f412a8
commit 25330bd730
1 changed files with 1 additions and 1 deletions

View File

@ -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>