summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2014-07-28 01:22:52 +0100
committerWookey <wookey@wookware.org>2014-07-28 01:22:52 +0100
commitd75862bc41d284d330c07f90e573162113b58fa7 (patch)
tree32bcb3fc6411d6e59d41ca2539c3ee7dbd7a93b6 /core
parent94c44b0d7b7dbfe44f6a8c262a547e1860710c81 (diff)
parent7cdb603d75ce151240ee3f541da96438364f41b5 (diff)
downloadtroggle-d75862bc41d284d330c07f90e573162113b58fa7.tar.gz
troggle-d75862bc41d284d330c07f90e573162113b58fa7.tar.bz2
troggle-d75862bc41d284d330c07f90e573162113b58fa7.zip
Merge change of 'cavesnew'->'caves' in databasereset.
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 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"))