mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 11:37:08 +00:00
Orange ▲ for caves with no Entranes
This commit is contained in:
@@ -125,7 +125,12 @@ def getnotablecaves():
|
||||
|
||||
|
||||
def caveindex(request):
|
||||
|
||||
#allcaves = Cave.objects.all()
|
||||
allcaves = Cave.objects.filter(areacode="1626") # testing with subset
|
||||
for c in allcaves:
|
||||
if c.entrances:
|
||||
pass
|
||||
|
||||
caves1623 = list(Cave.objects.filter(areacode="1623"))
|
||||
caves1626 = list(Cave.objects.filter(areacode="1626"))
|
||||
caves1627 = list(Cave.objects.filter(areacode="1627"))
|
||||
|
||||
Reference in New Issue
Block a user