summaryrefslogtreecommitdiffstats
path: root/core/views/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-11-03 16:54:29 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2023-11-03 16:54:29 +0200
commitfc60bde3ec6248bc4a53b84e89f105229ca6a5c3 (patch)
treea581e9263c7e46c50dbc91d162b24d436ea9c685 /core/views/survex.py
parentc7cb8ece2eb8f7c711f5fce4c2f53b319011955d (diff)
downloadtroggle-fc60bde3ec6248bc4a53b84e89f105229ca6a5c3.tar.gz
troggle-fc60bde3ec6248bc4a53b84e89f105229ca6a5c3.tar.bz2
troggle-fc60bde3ec6248bc4a53b84e89f105229ca6a5c3.zip
comments and tidy
Diffstat (limited to 'core/views/survex.py')
-rw-r--r--core/views/survex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/survex.py b/core/views/survex.py
index ab9882d..0437d12 100644
--- a/core/views/survex.py
+++ b/core/views/survex.py
@@ -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