Skip to content
Snippets Groups Projects
Commit 6464aaa8 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 5921c3b9
No related branches found
No related tags found
1 merge request!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 @@ ...@@ -6,7 +6,7 @@
<link rel="stylesheet" th:href="@{css/localAuthorityPageStyle.css}"> <link rel="stylesheet" th:href="@{css/localAuthorityPageStyle.css}">
<link rel="stylesheet" th:href="@{css/templatingstyle.css}"> <link rel="stylesheet" th:href="@{css/templatingstyle.css}">
</head> </head>
<header th:insert="~{/towns/Templating.html::header}"></header> <header th:insert="fragments/Templating.html :: header"></header>
<body> <body>
<h1>Local Authorities</h1> <h1>Local Authorities</h1>
<div id="councils"> <div id="councils">
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
</ul> </ul>
</div> </div>
<button><a href="/localForm" id="authority">Local Authorities please enter here</a></button> <button><a href="/localForm" id="authority">Local Authorities please enter here</a></button>
<footer th:insert="~{/towns/Templating.html::footer}"></footer> <div th:insert="fragments/Templating.html :: footer"></div>
</body> </body>
</html> </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