looks like it works

This commit is contained in:
2020-04-13 22:07:38 +02:00
parent c851d42bd1
commit a7d9df1885
4 changed files with 157 additions and 27 deletions

View File

@ -11,13 +11,7 @@
<strong> Table </strong><br>
{% for player,card in played_cards %}
||
{% if player.id == active_player %}
<font color="red">
{% endif %}
{{player.name}}: {{card}}
{% if player.id == active_player %}
</font>
{% endif %}
{% endfor %}
||
<br>
@ -36,7 +30,7 @@
{% endif %}
</li>
{% endfor %}
{% if choose_trump_color %}
{% if choose_trump_color and (player == choose_trump_player) %}
<strong>Choose Trump Color:</strong>
<a href="/player/{{player}}/set_trump/r">Red&gt;</a>
<a href="/player/{{player}}/set_trump/g">Green&gt;</a>