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 | e082d1e1228782826c26a96e34df79232c74d4d4 (patch) | |
tree | 21039657a5c0c8bb42d54d322a358beb99a06711 | |
parent | f4da4021f12eeacfdd65325496b76e38faba0605 (diff) | |
download | troggle-e082d1e1228782826c26a96e34df79232c74d4d4.tar.gz troggle-e082d1e1228782826c26a96e34df79232c74d4d4.tar.bz2 troggle-e082d1e1228782826c26a96e34df79232c74d4d4.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') |