From e8ce3e71403beadac34688e8a5479dcf33240091 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:47:35 +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 30a1d69..ac76af1 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 - return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'}) + return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")})