diff --git a/templates/caveindex.html b/templates/caveindex.html index 38c573c..97b7768 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -11,7 +11,7 @@ Testing 123, Testing 123 {% for cave in notablecaves %} - { cave.url }}
+ {{ cave.url }}
{% endfor %} Testing 123