Tweaked the date format in the SCENARIO template.

master
Pacman Ghost 5 years ago
parent 5e0019c753
commit e8099ea9b0
  1. 2
      vasl_templates/webapp/data/default-template-pack/scenario.j2

@ -23,7 +23,7 @@
</div>
{%if SCENARIO_LOCATION%} {{SCENARIO_LOCATION}} {%endif%}
{%if SCENARIO_DATE%}
<small><i>({{SCENARIO_MONTH_NAME}} {{SCENARIO_DAY_OF_MONTH_POSTFIX}}, {{SCENARIO_YEAR}})</i></small>
<small><i>({{SCENARIO_DAY_OF_MONTH_POSTFIX}} {{SCENARIO_MONTH_NAME}}, {{SCENARIO_YEAR}})</i></small>
{%endif%}
</table>

Loading…
Cancel
Save