summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2015-06-28 13:39:50 +0100
committerSam Wenham <sam@wenhams.co.uk>2015-06-28 13:39:50 +0100
commit06de254c9ef6e21cdae871c8a838f663bb0dc2c9 (patch)
treeab95699170c6939b496305d2a30ed7593a03d470 /core
parenta6cba84dceffdce45c58fa5a266916c17b36f0e5 (diff)
downloadtroggle-06de254c9ef6e21cdae871c8a838f663bb0dc2c9.tar.gz
troggle-06de254c9ef6e21cdae871c8a838f663bb0dc2c9.tar.bz2
troggle-06de254c9ef6e21cdae871c8a838f663bb0dc2c9.zip
I think this is breaking prospecting
Diffstat (limited to 'core')
-rw-r--r--core/views_caves.py2
1 files changed, 1 insertions, 1 deletions
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'),