diff --git a/core/views_caves.py b/core/views_caves.py index d2a0727..113e83f 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 response = HttpResponse("Text only, please.", content_type="text/plain") - return response + return HttpResponse("Text only, please.", content_type="text/plain")