summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-25 23:53:19 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-25 23:53:19 +0000
commita99afe07c6248a4dbc3c84f6f8c6fab0c08e9db9 (patch)
tree69a6cfc4e8483028608a04f8daa3b19bfff95341 /templates/caveindex.html
parent73bb60eff9686480e194fa6fee15a1d2cf25aae2 (diff)
downloadtroggle-a99afe07c6248a4dbc3c84f6f8c6fab0c08e9db9.tar.gz
troggle-a99afe07c6248a4dbc3c84f6f8c6fab0c08e9db9.tar.bz2
troggle-a99afe07c6248a4dbc3c84f6f8c6fab0c08e9db9.zip
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r--templates/caveindex.html2
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