diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:30:32 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:30:32 +0000 |
commit | 43ff6e09bee1078ccc9d43892ccf9458303871dd (patch) | |
tree | 931e47ed8d032eba58ac6a864c593c069d99deaf /core | |
parent | 810ab3ea4fcc8a648ee23783bd7ae7679d551770 (diff) | |
download | troggle-43ff6e09bee1078ccc9d43892ccf9458303871dd.tar.gz troggle-43ff6e09bee1078ccc9d43892ccf9458303871dd.tar.bz2 troggle-43ff6e09bee1078ccc9d43892ccf9458303871dd.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-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 d5382cc..bda2de4 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -62,7 +62,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - return render_with_context(request,'caveindex.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) + return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) |