summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:23:23 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:23:23 +0000
commitf20bd3842ae00b16f265540adae853b752992d01 (patch)
tree05bbc2606eb18df05ca3372ecea65671e612c721 /templates
parent137031781388225e4978d2c730cb34fb9d944056 (diff)
downloadtroggle-f20bd3842ae00b16f265540adae853b752992d01.tar.gz
troggle-f20bd3842ae00b16f265540adae853b752992d01.tar.bz2
troggle-f20bd3842ae00b16f265540adae853b752992d01.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 ac7da84..52f1c6b 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 }}">wrap {{ cave.fixedfield }}wrap </a> </li>
+ <li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield() }}wrap </a> </li>
{% endfor %}
</ul>