From 37c9bb44b89924d4088ef896ca3616607847e1d8 Mon Sep 17 00:00:00 2001
From: Rhys Nute <nuterd@cardiff.ac.uk>
Date: Fri, 8 Dec 2023 12:57:21 +0000
Subject: [PATCH] updated form

---
 src/main/resources/local-auth-data.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/resources/local-auth-data.html b/src/main/resources/local-auth-data.html
index 17fbb0e0..96d85135 100644
--- a/src/main/resources/local-auth-data.html
+++ b/src/main/resources/local-auth-data.html
@@ -3,8 +3,14 @@
 <head>
     <meta charset="UTF-8">
     <title>Local Authority</title>
+    <link rel="stylesheet" href="static/css/templatingstyle.css">
 </head>
 <body>
+<div id="container1">
+    <form id="data">
 
+    </form>
+</div>
 </body>
+<footer th:insert="~{/towns/Templating.html::footer}"></footer>
 </html>
\ No newline at end of file
-- 
GitLab