summaryrefslogtreecommitdiffstats
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
commit5a911ecec72ee24708c70d29045b3e544f41b0d5 (patch)
treeab95699170c6939b496305d2a30ed7593a03d470
parent7056f9a8b23197eabb0ea94f1d62e68b50d852f2 (diff)
downloadtroggle-5a911ecec72ee24708c70d29045b3e544f41b0d5.tar.gz
troggle-5a911ecec72ee24708c70d29045b3e544f41b0d5.tar.bz2
troggle-5a911ecec72ee24708c70d29045b3e544f41b0d5.zip
I think this is breaking prospecting
-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'),