From 5a911ecec72ee24708c70d29045b3e544f41b0d5 Mon Sep 17 00:00:00 2001
From: Sam Wenham <sam@wenhams.co.uk>
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 &ndash; Plateau: around Top Camp'),
 	('1b',   '1b &ndash; Western plateau near 182'),
 	('1c',   '1c &ndash; Eastern plateau near 204 walk-in path'),