summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2014-07-28 01:21:24 +0100
committerWookey <wookey@wookware.org>2014-07-28 01:21:24 +0100
commit7cdb603d75ce151240ee3f541da96438364f41b5 (patch)
tree21e65c6a1d2015761a85efb8bbda437cedeb7515
parent4a3d181097e650a5b4b0c873fd1d6a146d2f34e8 (diff)
downloadtroggle-7cdb603d75ce151240ee3f541da96438364f41b5.tar.gz
troggle-7cdb603d75ce151240ee3f541da96438364f41b5.tar.bz2
troggle-7cdb603d75ce151240ee3f541da96438364f41b5.zip
Add 107 to notable caves (noting that this is hard-coded into
core/views_caves.py which is just shoddy)
-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 7a266b5..8fd03b2 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -50,7 +50,7 @@ def caveCmp(x, y):
def caveindex(request):
caves = Cave.objects.all()
- notablecavehrefs = [ "161", "204", "258", "76" ] # could detect notability by trips and notability of people who have been down them
+ notablecavehrefs = [ "161", "204", "258", "76", "107" ] # could detect notability by trips and notability of people who have been down them
notablecaves = [Cave.objects.get(kataster_number=kataster_number) for kataster_number in notablecavehrefs ]
caves1623 = list(Cave.objects.filter(area__short_name = "1623"))
caves1626 = list(Cave.objects.filter(area__short_name = "1626"))