From 32c186afd7451a37ca6b33e2700d329b32eb98de Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 14:05:41 +0000 Subject: [PATCH] Messing with millenialcaves.html or similar --- core/views_caves.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/views_caves.py b/core/views_caves.py index 42f5c35..23b45a6 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -62,6 +62,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area + return HttpResponse("Test text", content_type="text/plain") caves = Cave.objects.all() notablecavehrefs = settings.NOTABLECAVESHREFS notablecaves = []