summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:17:11 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:17:11 +0000
commita61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1 (patch)
treedb76179716f6f851f73f9d6e812ead791df75ce0 /templates
parent83e489c425c40042d1b11895b995ed3261038526 (diff)
downloadtroggle-a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1.tar.gz
troggle-a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1.tar.bz2
troggle-a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'templates')
-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>