From 00da6595eebf3500c0de0097554e55359ef793a3 Mon Sep 17 00:00:00 2001
From: Rhys Nute <nuterd@cardiff.ac.uk>
Date: Thu, 7 Dec 2023 08:47:27 +0000
Subject: [PATCH] Added local authorities page

---
 src/main/resources/templates/towns/local-authorities.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/towns/local-authorities.html b/src/main/resources/templates/towns/local-authorities.html
index 83cd7c4f..bff9c093 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>
-- 
GitLab