2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 10:57:19 +00:00

comments and tidy

This commit is contained in:
2023-11-03 16:54:29 +02:00
parent c7cb8ece2e
commit fc60bde3ec
4 changed files with 11 additions and 66 deletions

View File

@@ -648,6 +648,7 @@ def survexdir(request):
"""report on all the primary survex files, per cave and per directory
"""
caves = Cave.objects.all()
survexfiles = SurvexFile.objects.all().order_by("cave")
for f in survexfiles:
f.pathbad = True