Fixed some template misteaks.

master
Pacman Ghost 6 years ago
parent 847597c80f
commit a8dd96d12b
  1. 2
      vasl_templates/webapp/data/default-template-pack/ob_ordnance.j2
  2. 2
      vasl_templates/webapp/data/default-template-pack/ob_vehicles.j2

@ -20,7 +20,7 @@ td { margin: 0 ; padding: 0 ; }
">
{{PLAYER_NAME}} Ordnance
{%for ord in ORDNANCE%}
{%for ord in OB_ORDNANCE%}
<tr style="border-bottom:1px dotted #e0e0e0;">
<td valign="top" style="padding:2px 5px;">
<b> {{ord.name}} </b>

@ -20,7 +20,7 @@ td { margin: 0 ; padding: 0 ; }
">
{{PLAYER_NAME}} Vehicles
{%for veh in VEHICLES%}
{%for veh in OB_VEHICLES%}
<tr style="border-bottom:1px dotted #e0e0e0;">
<td valign="top" style="padding:2px 5px;">
<b> {{veh.name}} </b>

Loading…
Cancel
Save