diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-28 23:47:47 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-28 23:47:47 +0100 |
commit | 623483f3b1862ea8ef5d5678ea6457803dbf54b2 (patch) | |
tree | 8345ec621affa1b0ff4370067a7639dfae2d79f3 /core/views_survex.py | |
parent | 0ecaa9b8ee273eb41394c838b0f39a4683bb5e2a (diff) | |
download | troggle-623483f3b1862ea8ef5d5678ea6457803dbf54b2.tar.gz troggle-623483f3b1862ea8ef5d5678ea6457803dbf54b2.tar.bz2 troggle-623483f3b1862ea8ef5d5678ea6457803dbf54b2.zip |
Fixing multiple caves with same kataser no
Diffstat (limited to 'core/views_survex.py')
-rw-r--r-- | core/views_survex.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |