Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 14:05:41 +00:00
parent 54a9f7a37c
commit 32c186afd7

View File

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