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 | 19a061efa894565613fb696dc141fcb72413f3a2 (patch) | |
tree | e7e52935fd011aad96d84d780b5b540cf0ac32a8 /core/views_caves.py | |
parent | a397eb9d001c9e36a834346059cbea8183b683f6 (diff) | |
download | troggle-19a061efa894565613fb696dc141fcb72413f3a2.tar.gz troggle-19a061efa894565613fb696dc141fcb72413f3a2.tar.bz2 troggle-19a061efa894565613fb696dc141fcb72413f3a2.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'core/views_caves.py')
-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.")}) |