summaryrefslogtreecommitdiffstats
path: root/templates/entrance_html.kml
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2023-07-03 21:35:00 +0100
committerMartin Green <martin.speleo@gmail.com>2023-07-03 21:35:00 +0100
commit973d05f9fb54026ee80bd096b76500134fd01277 (patch)
tree29c5da44ad2705643a98eb96b7d0542fae4dfcdb /templates/entrance_html.kml
parent52299fb6fd7ddd91e51749aabbefa2ee51a89b76 (diff)
downloadtroggle-973d05f9fb54026ee80bd096b76500134fd01277.tar.gz
troggle-973d05f9fb54026ee80bd096b76500134fd01277.tar.bz2
troggle-973d05f9fb54026ee80bd096b76500134fd01277.zip
Modification to templates to make them more suitable on a stand alone website.
Diffstat (limited to 'templates/entrance_html.kml')
-rw-r--r--templates/entrance_html.kml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/entrance_html.kml b/templates/entrance_html.kml
index 48c694d..902102c 100644
--- a/templates/entrance_html.kml
+++ b/templates/entrance_html.kml
@@ -1,5 +1,5 @@
<dl>
- <a href="/{{entrance.cavelist.0.url }}">Cave: {{entrance.cavelist.0.name }}</a>
+ <a href="/{{entrance.cavelist.0.url }}">Cave: {{entrance.cavelist.0 }}</a>
{% if entrance.marking %}
<dt>Marking</dt><dd>{{ entrance.marking_val|safe }}</dd>
{% endif %}