From d591ed8c5b260c844316a69c53cf0590c10ab5be Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Thu, 7 Dec 2023 18:40:32 +0000 Subject: [PATCH] added login --- src/main/resources/local-authorities.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/local-authorities.html b/src/main/resources/local-authorities.html index d6ddc415..ee520085 100644 --- a/src/main/resources/local-authorities.html +++ b/src/main/resources/local-authorities.html @@ -16,7 +16,7 @@ <p>Penarth Town Council West House,<br>Stanwell Road,<br>Penarth,<br> CF64 2YG</p> <a href="https://www.penarthtowncouncil.gov.uk/your-council/">Penarth Town Council Website</a> </div> -<p>Local Autorities enter here</p><button><a href="local-auth-data.html" id="authority">Login</a></button> +<p>Local Autorities please enter here</p><button><a href="local-auth-data.html" id="authority">Login</a></button> <footer th:insert="~{/towns/Templating.html::footer}"></footer> </body> </html> \ No newline at end of file -- GitLab