Use the new-style flags in the KGS extras templates.

master
Pacman Ghost 5 years ago
parent 88a1ed933d
commit b4db7ea076
  1. 2
      vasl_templates/webapp/data/default-template-pack/extras/kgs/grenade-bundles.j2
  2. 2
      vasl_templates/webapp/data/default-template-pack/extras/kgs/molotov-cocktails.j2

@ -14,7 +14,7 @@ td { margin: 0 ; padding: 0 ; }
<tr>
<td colspan="2" style="background: {{PLAYER_COLORS["german"][0]}} ; border-bottom: 1px solid {{PLAYER_COLORS["german"][2]}} ; padding: 2px 5px ; font-weight: bold ;">
{%if PLAYER_FLAGS["german"]%}<img src="{{PLAYER_FLAGS["german"]}}" height=15 width=15>&nbsp;{%endif%}Grenade Bundles
{%if PLAYER_FLAGS["german"]%}<img src="{{PLAYER_FLAGS["german"]}}?height=11">&nbsp;{%endif%}Grenade Bundles
<tr>
<td style="padding:2px 5px;">

@ -15,7 +15,7 @@ ul { margin: 0 0 0 10px ; padding: 0 ; }
<tr>
<td colspan="2" style="background: {{PLAYER_COLORS["german"][0]}} ; border-bottom: 1px solid {{PLAYER_COLORS["german"][2]}} ; padding: 2px 5px ; font-weight: bold ;">
{%if PLAYER_FLAGS["german"]%}<img src="{{PLAYER_FLAGS["german"]}}" height=15 width=15>&nbsp;{%endif%}Molotov Cocktails
{%if PLAYER_FLAGS["german"]%}<img src="{{PLAYER_FLAGS["german"]}}?height=11">&nbsp;{%endif%}Molotov Cocktails
<tr>
<td style="padding:0 5px;">

Loading…
Cancel
Save