summaryrefslogtreecommitdiffstats
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
commit137031781388225e4978d2c730cb34fb9d944056 (patch)
treeef64e2641a69e416497a148e71d5bdb58c7436de
parentaf210768afed55eff79065c08caf39a9b51aa4af (diff)
downloadtroggle-137031781388225e4978d2c730cb34fb9d944056.tar.gz
troggle-137031781388225e4978d2c730cb34fb9d944056.tar.bz2
troggle-137031781388225e4978d2c730cb34fb9d944056.zip
Messing with millenialcaves.html or similar
-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>