summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/views_caves.py4
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.")})