From 7467df3b8ca291ef3abf20ee18271fb6624e22bd Mon Sep 17 00:00:00 2001 From: Connor <brockcc1@cardiff.ac.uk> Date: Wed, 13 Dec 2023 21:39:19 +0000 Subject: [PATCH] Found issues in another Thymeleaf template too -- again, committed and pushed to quickly move forward. --- src/main/resources/templates/business-data.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/business-data.html b/src/main/resources/templates/business-data.html index 8e0ead7a..415bff36 100644 --- a/src/main/resources/templates/business-data.html +++ b/src/main/resources/templates/business-data.html @@ -6,7 +6,7 @@ <link rel="stylesheet" th:href="@{css/landmarkFormStyle.css}"> <link rel="stylesheet" th:href="@{css/templatingstyle.css}"> </head> -<header th:insert="~{/towns/Templating.html::header}"></header> +<header th:insert="fragments/Templating.html :: header"></header> <body> <div id="container1"> <h2>Enter your Business information</h2> @@ -37,5 +37,5 @@ </form> </div> </body> -<footer th:insert="~{/towns/Templating.html::footer}"></footer> +<div th:insert="fragments/Templating.html :: footer"></div> </html> \ No newline at end of file -- GitLab