From 77ed1b444c63f0ca8f095829c1e56054240f84eb Mon Sep 17 00:00:00 2001 From: Martin Green Date: Mon, 8 May 2023 22:32:49 +0100 Subject: [PATCH] Hack to turn cave URL to absolute links, so they can work from anywhere on the website. --- templates/entrance_html.kml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/entrance_html.kml b/templates/entrance_html.kml index b45b11b..48c694d 100644 --- a/templates/entrance_html.kml +++ b/templates/entrance_html.kml @@ -1,5 +1,5 @@
- Cave: {{entrance.cavelist.0.name }} + Cave: {{entrance.cavelist.0.name }} {% if entrance.marking %}
Marking
{{ entrance.marking_val|safe }}
{% endif %}