From fc60bde3ec6248bc4a53b84e89f105229ca6a5c3 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 3 Nov 2023 16:54:29 +0200 Subject: comments and tidy --- core/views/survex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/views/survex.py') 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 -- cgit v1.2.3