summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-03-01 22:34:29 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-03-01 22:34:29 +0000
commit06861144c3e6723e5fd6bd2bfda93d672bebe7c6 (patch)
tree08ede625ad74952f011556a2709693701e0f855c /core/views/caves.py
parent71c3fb12ab21c952311d6220c94fc876300659fd (diff)
downloadtroggle-06861144c3e6723e5fd6bd2bfda93d672bebe7c6.tar.gz
troggle-06861144c3e6723e5fd6bd2bfda93d672bebe7c6.tar.bz2
troggle-06861144c3e6723e5fd6bd2bfda93d672bebe7c6.zip
more selective tag location report
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index 7272cb5..cec613b 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -248,8 +248,9 @@ def entrancetags(request):
for e in ents:
if e.slug[:4] == "1623":
if e.firstcave().kataster_number:
- if int(e.firstcave().kataster_number) < 35:
- continue
+ if int(e.firstcave().kataster_number) < 80:
+ if int(e.firstcave().kataster_number) not in [35, 40, 41, 76]:
+ continue
if e.best_station():
continue
if e.findability != "S": # it says we do not have coordinates