summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:22:58 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:22:58 +0000
commite8585bec420eca448e581ac3fcc4c853bec26c21 (patch)
treeef64e2641a69e416497a148e71d5bdb58c7436de /templates
parent521f0241f84bc62f5569ce97d3cd4e4166fc57a0 (diff)
downloadtroggle-e8585bec420eca448e581ac3fcc4c853bec26c21.tar.gz
troggle-e8585bec420eca448e581ac3fcc4c853bec26c21.tar.bz2
troggle-e8585bec420eca448e581ac3fcc4c853bec26c21.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 eb43328..ac7da84 100644
--- a/templates/millenialcaves.html
+++ b/templates/millenialcaves.html
@@ -13,7 +13,7 @@
<h3>Notable caves</h3>
<ul>
{% for cave in notablecaves %}
- <li> Also update <a href="{{ cave.fixedfield }}">{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}}</a> </li>
+ <li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
{% endfor %}
</ul>