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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user