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