From a4f6ad1d9f1c8bfe8578be2c3cc19a40109b5dde Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 01:37:52 +0000 Subject: [PATCH] Messing with millenialcaves.html or similar --- core/views_caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")