From 9bc3abbc79bb2d6cda308d794015ebcef10bb1e1 Mon Sep 17 00:00:00 2001
From: Rad <radost.waszkiewicz@gmail.com>
Date: Mon, 25 Feb 2019 23:53:19 +0000
Subject: [PATCH]

---
 templates/caveindex.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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