2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 08:29:51 +01:00

remove non-kataster caves list

This commit is contained in:
2025-12-16 12:35:19 +00:00
parent eefbdb59bb
commit 0866321ddc
3 changed files with 6 additions and 3 deletions

View File

@@ -754,6 +754,10 @@ def survexcavesingle(request, cave_shortname):
the files and people.
But might also be a link to a single survex file with no ".svx" suffix, which may not be a cave.
If cave_shortname=="" then it used to list all caves which did not have a kataser number,
an accident of coding. This now does not happen.
"""
if cave_shortname.startswith("caves-16"):
return svx(request, cave_shortname)