diff --git a/core/views_caves.py b/core/views_caves.py index 8709350..d2a0727 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 + return response