diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2015-06-28 13:39:50 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2015-06-28 13:39:50 +0100 |
commit | 5a911ecec72ee24708c70d29045b3e544f41b0d5 (patch) | |
tree | ab95699170c6939b496305d2a30ed7593a03d470 /core/views_caves.py | |
parent | 7056f9a8b23197eabb0ea94f1d62e68b50d852f2 (diff) | |
download | troggle-5a911ecec72ee24708c70d29045b3e544f41b0d5.tar.gz troggle-5a911ecec72ee24708c70d29045b3e544f41b0d5.tar.bz2 troggle-5a911ecec72ee24708c70d29045b3e544f41b0d5.zip |
I think this is breaking prospecting
Diffstat (limited to 'core/views_caves.py')
-rw-r--r-- | core/views_caves.py | 2 |
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 – Plateau: around Top Camp'), ('1b', '1b – Western plateau near 182'), ('1c', '1c – Eastern plateau near 204 walk-in path'), |