diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:56:46 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:56:46 +0000 |
commit | 52f5423743a760cdde4342c839c9f1d823c78fe0 (patch) | |
tree | e7e52935fd011aad96d84d780b5b540cf0ac32a8 | |
parent | 55f85384137b8cb8efb6dbd6c0bbe73df53e644d (diff) | |
download | troggle-52f5423743a760cdde4342c839c9f1d823c78fe0.tar.gz troggle-52f5423743a760cdde4342c839c9f1d823c78fe0.tar.bz2 troggle-52f5423743a760cdde4342c839c9f1d823c78fe0.zip |
Messing with millenialcaves.html or similar
-rw-r--r-- | core/views_caves.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views_caves.py b/core/views_caves.py index ac76af1..a4f37e9 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -62,8 +62,8 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - - return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) + return None + #return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) |