summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 12:03:17 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 12:03:17 +0000
commitc724f292caa5b58eb20dea56caff953e19b61c28 (patch)
treefe8f54a228901ec33b5f13360a5070a1b6c3bcfb /core
parent53513b812b8ce2cb6589f9e30600af128994db97 (diff)
downloadtroggle-c724f292caa5b58eb20dea56caff953e19b61c28.tar.gz
troggle-c724f292caa5b58eb20dea56caff953e19b61c28.tar.bz2
troggle-c724f292caa5b58eb20dea56caff953e19b61c28.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-rw-r--r--core/views_caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_caves.py b/core/views_caves.py
index c70ff9c..4751f4f 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -69,7 +69,7 @@ def millenialcaves(request):
caves1626 = list(Cave.objects.filter(area__short_name = "1626"))
caves1623.sort(caveCmp)
caves1626.sort(caveCmp)
- return render('cavemillenial.html')
+ return render_with_context(request,'caveindex.html', {'caves1623': caves1626, 'caves1626': caves1626, 'notablecaves':notablecaves, 'cavepage': True})