From 1f406c4459df81c0ce42c99b7d62afd5ebd6b56b Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 27 Dec 2023 10:07:22 +0100 Subject: [PATCH] Layout fix --- view-webapp/src/main/webapp/WEB-INF/layouts/standard.html | 8 ++++++-- view-webapp/src/main/webapp/tour.html | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html b/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html index 02b2d12..3f344af 100644 --- a/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html +++ b/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html @@ -33,12 +33,16 @@ #end *# +#if($params.id) + #set($tour = $api.get("tour/${params.id}")) +#end