From 623483f3b1862ea8ef5d5678ea6457803dbf54b2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 28 Mar 2021 23:47:47 +0100 Subject: Fixing multiple caves with same kataser no --- core/views_survex.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/views_survex.py') diff --git a/core/views_survex.py b/core/views_survex.py index ef554aa..87f4430 100644 --- a/core/views_survex.py +++ b/core/views_survex.py @@ -377,6 +377,8 @@ def survexcavesingle(request, survex_cave): '''parsing all the survex files of a single cave and showing that it's consistent and can find all the files and people. Should explicity fix the kataster number thing. kataster numbers are not unique across areas. Fix this. + + Should use getCave() from models_caves ''' sc = survex_cave try: -- cgit v1.2.3