From 74f88afb57c41bb60b7506c570702747f1cc6c54 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 01:43:54 +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 a1a4093..fdb03ff 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -62,7 +62,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - return render(HttpResponse("Text only, please.", content_type="text/plain")) + return render(HttpResponse("My man", content_type="text/plain")) return render_with_context(request,'caveindex.html',{'caves1623': HttpResponse("Text only, please.", content_type="text/plain")}) return HttpResponse("Text only, please.", content_type="text/plain")