From 7686ef3781e97520057428968ecbd2525f40d6e0 Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Mon, 27 Nov 2023 13:47:24 +0000 Subject: [PATCH] Moved Templating.html to templates.town --- .../templates/towns/{templates.server => }/Templating.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/main/resources/templates/towns/{templates.server => }/Templating.html (100%) diff --git a/src/main/resources/templates/towns/templates.server/Templating.html b/src/main/resources/templates/towns/Templating.html similarity index 100% rename from src/main/resources/templates/towns/templates.server/Templating.html rename to src/main/resources/templates/towns/Templating.html -- GitLab