From d5021f7960fe026f274e42984a66a525417b9286 Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 23 Jul 2022 22:09:16 +1000 Subject: [PATCH] Added the ASA and ROAR ID's to the SCENARIO template. --- vasl_templates/webapp/data/default-template-pack/scenario.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vasl_templates/webapp/data/default-template-pack/scenario.j2 b/vasl_templates/webapp/data/default-template-pack/scenario.j2 index a93764f..3b696cf 100644 --- a/vasl_templates/webapp/data/default-template-pack/scenario.j2 +++ b/vasl_templates/webapp/data/default-template-pack/scenario.j2 @@ -4,6 +4,8 @@ VASSAL:{%if VASSAL_VERSION %} {{VASSAL_VERSION}} {%else%} - {%endif%} VASL: {%if VASL_VERSION%} {{VASL_VERSION}} {%else%} - {%endif%} --> {%endif%} +{%if ASA_ID %}{%endif%} +{%if ROAR_ID %}{%endif%}