diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 12:30:20 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 12:30:20 +0000 |
commit | e9922fb97db8e1862c19a065f9b843f06c03bf2d (patch) | |
tree | fe662d15b616ba621dfac67f7364fad1fcf08aae /core/views_caves.py | |
parent | c5025ad51d2f0d4657effaf70478facd6bacf100 (diff) | |
download | troggle-e9922fb97db8e1862c19a065f9b843f06c03bf2d.tar.gz troggle-e9922fb97db8e1862c19a065f9b843f06c03bf2d.tar.bz2 troggle-e9922fb97db8e1862c19a065f9b843f06c03bf2d.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'core/views_caves.py')
-rw-r--r-- | core/views_caves.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views_caves.py b/core/views_caves.py index d529cc8..42f5c35 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -70,7 +70,6 @@ def millenialcaves(request): caves1623.sort(caveCmp) caves1626.sort(caveCmp) return render(HttpResponse(content="Some text")) - return render_with_context(request,'caveindex.html', {'caves1623': caves1626, 'caves1626': caves1626, 'notablecaves':notablecaves, 'cavepage': True}) |