summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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