From e8099ea9b00880cce59ceda7266d9b7df3e1edb1 Mon Sep 17 00:00:00 2001 From: Taka Date: Mon, 8 Apr 2019 08:53:45 +0000 Subject: [PATCH] Tweaked the date format in the SCENARIO template. --- vasl_templates/webapp/data/default-template-pack/scenario.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vasl_templates/webapp/data/default-template-pack/scenario.j2 b/vasl_templates/webapp/data/default-template-pack/scenario.j2 index bfdd220..1accd31 100644 --- a/vasl_templates/webapp/data/default-template-pack/scenario.j2 +++ b/vasl_templates/webapp/data/default-template-pack/scenario.j2 @@ -23,7 +23,7 @@ {%if SCENARIO_LOCATION%} {{SCENARIO_LOCATION}} {%endif%} {%if SCENARIO_DATE%} - ({{SCENARIO_MONTH_NAME}} {{SCENARIO_DAY_OF_MONTH_POSTFIX}}, {{SCENARIO_YEAR}}) + ({{SCENARIO_DAY_OF_MONTH_POSTFIX}} {{SCENARIO_MONTH_NAME}}, {{SCENARIO_YEAR}}) {%endif%}