summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 01:30:32 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 01:30:32 +0000
commit04a7e770c554742a1e85ae4bd165045742c28fdf (patch)
tree931e47ed8d032eba58ac6a864c593c069d99deaf
parentec548db8a9556868b429b25aff25233b82a12994 (diff)
downloadtroggle-04a7e770c554742a1e85ae4bd165045742c28fdf.tar.gz
troggle-04a7e770c554742a1e85ae4bd165045742c28fdf.tar.bz2
troggle-04a7e770c554742a1e85ae4bd165045742c28fdf.zip
Messing with millenialcaves.html or similar
-rw-r--r--core/views_caves.py2
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.")})