summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:17:56 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:17:56 +0000
commit503a9cddc557a8a2dcbe686eca95c14ab70370c7 (patch)
tree4f43bdc20e98b55d4b6eae8201c3c01f765c5471 /templates
parenta61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1 (diff)
downloadtroggle-503a9cddc557a8a2dcbe686eca95c14ab70370c7.tar.gz
troggle-503a9cddc557a8a2dcbe686eca95c14ab70370c7.tar.bz2
troggle-503a9cddc557a8a2dcbe686eca95c14ab70370c7.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 9d8df3c..eb43328 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.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 }}">{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}}</a> </li>
{% endfor %}
</ul>