diff --git a/src/main/resources/templates/business-data.html b/src/main/resources/templates/business-data.html index 8e0ead7a2d225f97c7af76378aa7d2c6cdb3d557..415bff36be384d23fc1a4489f0c5407c8bbd966c 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