Skip to content
Snippets Groups Projects
Commit 7467df3b authored by Connor Brock's avatar Connor Brock
Browse files

Found issues in another Thymeleaf template too -- again, committed and pushed...

Found issues in another Thymeleaf template too -- again, committed and pushed to quickly move forward.
parent 02cc91de
No related branches found
No related tags found
2 merge requests!38Draft: Businesses,!31Resolve "As a user, I want to see a page of local authorities so that I can easily source contact details for a variety of different local authorities."
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment