From 06de254c9ef6e21cdae871c8a838f663bb0dc2c9 Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Sun, 28 Jun 2015 13:39:50 +0100 Subject: [PATCH] I think this is breaking prospecting --- 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 0fb509e..511deb0 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -255,7 +255,7 @@ def get_qms(request, caveslug): return render_with_context(request,'options.html', {"items": [(e.entrance.slug(), e.entrance.slug()) for e in cave.entrances()]}) areanames = [ - ('', 'Location unclear'), + #('', 'Location unclear'), ('1a', '1a – Plateau: around Top Camp'), ('1b', '1b – Western plateau near 182'), ('1c', '1c – Eastern plateau near 204 walk-in path'),