summaryrefslogtreecommitdiffstats
path: root/templates/millenialcaves.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/millenialcaves.html')
-rw-r--r--templates/millenialcaves.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/millenialcaves.html b/templates/millenialcaves.html
index 58ddad7..9d8df3c 100644
--- a/templates/millenialcaves.html
+++ b/templates/millenialcaves.html
@@ -13,7 +13,7 @@
<h3>Notable caves</h3>
<ul>
{% for cave in notablecaves %}
- <li> <a href="{{ cave.url }}">{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}}</a> </li>
+ <li> <a href="{{ cave.fixedfield }}">{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}}</a> </li>
{% endfor %}
</ul>