guesses display order fix
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="state_row_header">Tipy v tomto kole:</th>
|
<th class="state_row_header">Tipy v tomto kole:</th>
|
||||||
{% for player in status['active_round_guesses'] %}
|
{% for player in range(4) %}
|
||||||
<td class="points">{{ status['active_round_guesses'][player] }}</td>
|
<td class="points">{{ status['active_round_guesses'][player] }}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user