From c888f59ff0547f94f1d33670e5d5d58fa631c97c Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 01:34:09 +0000 Subject: [PATCH] Messing with millenialcaves.html or similar --- core/views_caves.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/views_caves.py b/core/views_caves.py index bda2de4..8709350 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -62,7 +62,8 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) + response = HttpResponse("Text only, please.", content_type="text/plain") + return