change nomenclature

This commit is contained in:
2020-10-11 18:10:05 +02:00
parent 89d11ee759
commit 2092c52edb
5 changed files with 16 additions and 16 deletions

View File

@ -22,9 +22,9 @@
Winner: {{trick_winner}} with Card {{highest_card}}
<a href="/control/next_trick/">start next trick</a>
{% endif %}
{% if hand_finished %}
{% if round_finished %}
Winner: {{trick_winner}} with Card {{highest_card}}
<a href="/control/next_hand/">start next hand</a>
<a href="/control/next_round/">start next round</a>
{% endif %}
<br>
<a href="/control/undo_last/">undo last card</a>