diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 23:55:06 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 23:55:06 +0000 |
commit | 4c3d0ce7fa8b2516411bd09918b05212a68a0b05 (patch) | |
tree | 3030904bef598e852e451a56e9107eca24eb4ba4 /templates | |
parent | a99afe07c6248a4dbc3c84f6f8c6fab0c08e9db9 (diff) | |
download | troggle-4c3d0ce7fa8b2516411bd09918b05212a68a0b05.tar.gz troggle-4c3d0ce7fa8b2516411bd09918b05212a68a0b05.tar.bz2 troggle-4c3d0ce7fa8b2516411bd09918b05212a68a0b05.zip |
Diffstat (limited to 'templates')
-rw-r--r-- | templates/caveindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index 97b7768..f91604a 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -10,7 +10,7 @@ <p>{{ newfield }}</p> Testing 123, Testing 123 -{% for cave in notablecaves %} +{% for cave in newfield %} {{ cave.url }}<br> {% endfor %} Testing 123 |