diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-03 16:54:29 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-03 16:54:29 +0200 |
commit | fc60bde3ec6248bc4a53b84e89f105229ca6a5c3 (patch) | |
tree | a581e9263c7e46c50dbc91d162b24d436ea9c685 /core/views/survex.py | |
parent | c7cb8ece2eb8f7c711f5fce4c2f53b319011955d (diff) | |
download | troggle-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.py | 1 |
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 |