diff options
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 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 }}<br> + {{ cave.url }}<br> {% endfor %} Testing 123 |