diff --git a/src/main/resources/templates/towns/local-authorities.html b/src/main/resources/templates/towns/local-authorities.html
index 83cd7c4f179f5eb6d8e5d4a91ce8148400a0f775..bff9c093072dd9c949589ed6af85b35c0e407f57 100644
--- a/src/main/resources/templates/towns/local-authorities.html
+++ b/src/main/resources/templates/towns/local-authorities.html
@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <title>Local Authorities</title>
-    <link rel="stylesheet" href="../../static/css/templatingstyle.css">
+    <link rel="stylesheet" th:href="@{/css/templatingstyle.css}">
 </head>
 <header th:insert="~{/towns/Templating.html::header}"></header>
 <body>