From 2039a0b42a847b11ed81d3a06765211ff10a2c5f Mon Sep 17 00:00:00 2001 From: Tony Air Date: Tue, 24 Oct 2023 23:32:08 +0200 Subject: [PATCH] IMPR: Form submission templates --- templates/Page.ss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index e45e3c0..d0c3213 100755 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -16,7 +16,10 @@
- <% include MainContent Layout=$Layout %> + <% if $isFormResponse %> + <%-- Legacy code compatibility --%> + <% include MainContent Layout=$Layout %> + <% end_if %>