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.")})