looks like it works
This commit is contained in:
		@@ -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></a>
 | 
			
		||||
                <a href="/player/{{player}}/set_trump/g">Green></a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user