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 = []