diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:22:58 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:22:58 +0000 |
commit | 137031781388225e4978d2c730cb34fb9d944056 (patch) | |
tree | ef64e2641a69e416497a148e71d5bdb58c7436de /templates | |
parent | af210768afed55eff79065c08caf39a9b51aa4af (diff) | |
download | troggle-137031781388225e4978d2c730cb34fb9d944056.tar.gz troggle-137031781388225e4978d2c730cb34fb9d944056.tar.bz2 troggle-137031781388225e4978d2c730cb34fb9d944056.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'templates')
-rw-r--r-- | templates/millenialcaves.html | 2 |
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> |