diff --git a/core/views_caves.py b/core/views_caves.py
index 30a1d69..ac76af1 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -63,7 +63,7 @@ def caveindex(request):
 def millenialcaves(request):
     #RW messing around area
     
-    return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'})
+    return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")})