diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:23:23 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:23:23 +0000 |
commit | b01fcc3a6d62c021cc44de6ded7ca02cf1d3c7a9 (patch) | |
tree | 05bbc2606eb18df05ca3372ecea65671e612c721 | |
parent | e8585bec420eca448e581ac3fcc4c853bec26c21 (diff) | |
download | troggle-b01fcc3a6d62c021cc44de6ded7ca02cf1d3c7a9.tar.gz troggle-b01fcc3a6d62c021cc44de6ded7ca02cf1d3c7a9.tar.bz2 troggle-b01fcc3a6d62c021cc44de6ded7ca02cf1d3c7a9.zip |
Messing with millenialcaves.html or similar
-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 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> |