diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 09:45:17 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 09:45:17 +0000 |
commit | da88771fd42e1aad452e1472d2e0ad9aabaa7664 (patch) | |
tree | 21039657a5c0c8bb42d54d322a358beb99a06711 | |
parent | b6b7d2aa12ca7c51601edfefa43dfdc4a8737b17 (diff) | |
download | troggle-da88771fd42e1aad452e1472d2e0ad9aabaa7664.tar.gz troggle-da88771fd42e1aad452e1472d2e0ad9aabaa7664.tar.bz2 troggle-da88771fd42e1aad452e1472d2e0ad9aabaa7664.zip |
Messing with millenialcaves.html or similar
-rw-r--r-- | core/views_caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_caves.py b/core/views_caves.py index 4751f4f..d5eff41 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_with_context(request,'caveindex.html', {'caves1623': caves1626, 'caves1626': caves1626, 'notablecaves':notablecaves, 'cavepage': True}) + return render('caveindex.html') |