diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:29:16 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:29:16 +0000 |
commit | 5154c0d8e5fae0476a01fe9d6fa5666ab9a2e0b4 (patch) | |
tree | 2c1f94043f95f2a7e179a56ebf9444b78ba137a8 /templates | |
parent | b01fcc3a6d62c021cc44de6ded7ca02cf1d3c7a9 (diff) | |
download | troggle-5154c0d8e5fae0476a01fe9d6fa5666ab9a2e0b4.tar.gz troggle-5154c0d8e5fae0476a01fe9d6fa5666ab9a2e0b4.tar.bz2 troggle-5154c0d8e5fae0476a01fe9d6fa5666ab9a2e0b4.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 52f1c6b..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 }}">wrap {{ cave.fixedfield() }}wrap </a> </li> + <li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li> {% endfor %} </ul> |