diff --git a/src/main/resources/templates/local-authorities.html b/src/main/resources/templates/local-authorities.html
index bdc00cdb181cebca878e56f0aa7711c7dc313c4e..05d4701e5fe60f8e1bc105323a03f91b99b31a39 100644
--- a/src/main/resources/templates/local-authorities.html
+++ b/src/main/resources/templates/local-authorities.html
@@ -6,7 +6,7 @@
     <link rel="stylesheet" th:href="@{css/localAuthorityPageStyle.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>
 <h1>Local Authorities</h1>
 <div id="councils">
@@ -15,6 +15,6 @@
     </ul>
 </div>
 <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>
 </html>
\ No newline at end of file