diff --git a/core/views_caves.py b/core/views_caves.py index 23b45a6..a785170 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -63,14 +63,6 @@ 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 = [] - caves1623 = list(Cave.objects.filter(area__short_name = "1623")) - caves1626 = list(Cave.objects.filter(area__short_name = "1626")) - caves1623.sort(caveCmp) - caves1626.sort(caveCmp) - return render(HttpResponse(content="Some text"))