summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-25 23:52:47 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-25 23:52:47 +0000
commitccc347eddc8c2b3d213025b2ed847f52e72795bf (patch)
treecb4af94d3b37bc6f471928630506ee97e49adefd /templates
parenta013f5bef2d160d79bbf42df869b1935729b2e9d (diff)
downloadtroggle-ccc347eddc8c2b3d213025b2ed847f52e72795bf.tar.gz
troggle-ccc347eddc8c2b3d213025b2ed847f52e72795bf.tar.bz2
troggle-ccc347eddc8c2b3d213025b2ed847f52e72795bf.zip
Diffstat (limited to 'templates')
-rw-r--r--templates/caveindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html
index d5d2a3d..38c573c 100644
--- a/templates/caveindex.html
+++ b/templates/caveindex.html
@@ -10,8 +10,8 @@
<p>{{ newfield }}</p>
Testing 123, Testing 123
-{% for cave in newfield %}
-bla
+{% for cave in notablecaves %}
+ { cave.url }}<br>
{% endfor %}
Testing 123