From 6af032a0e8021f5233bc7715ba9a81f10426f13a Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Wed, 13 Dec 2023 13:18:39 +0000 Subject: [PATCH] updated --- src/main/resources/templates/towns/Templating.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/towns/Templating.html b/src/main/resources/templates/towns/Templating.html index 1313b325..328ea5ea 100644 --- a/src/main/resources/templates/towns/Templating.html +++ b/src/main/resources/templates/towns/Templating.html @@ -13,7 +13,7 @@ <label class="work">Who we Work with:</label> <select> <ul> - <option value="localauthorities">Local Authorities</option> + <option value="localauthorities"><a href="/local-authorities">Local Authorities</a></option> <option value="towns">Towns</option> <option value="businesses">Businesses</option> <option value="consumers">Consumers</option> -- GitLab