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 | 06de254c9ef6e21cdae871c8a838f663bb0dc2c9 (patch) | |
tree | ab95699170c6939b496305d2a30ed7593a03d470 /core | |
parent | a6cba84dceffdce45c58fa5a266916c17b36f0e5 (diff) | |
download | troggle-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.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'), |