diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-10-11 21:01:02 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-10-11 21:01:02 +0300 |
commit | 39683cc4135db7ad3709b988f6a5b8972b82d8d0 (patch) | |
tree | 711900f9c23f1b3913e00ae0f6d7a65d676b79c6 /core/views/survex.py | |
parent | 47e2c6e21470b101ead037dbfd7f9353ff26f9d1 (diff) | |
download | troggle-39683cc4135db7ad3709b988f6a5b8972b82d8d0.tar.gz troggle-39683cc4135db7ad3709b988f6a5b8972b82d8d0.tar.bz2 troggle-39683cc4135db7ad3709b988f6a5b8972b82d8d0.zip |
TIdy and docum of cave entry code
Diffstat (limited to 'core/views/survex.py')
-rw-r--r-- | core/views/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/survex.py b/core/views/survex.py index dc225bd..b6548b6 100644 --- a/core/views/survex.py +++ b/core/views/survex.py @@ -459,7 +459,7 @@ def survexcaveslist(request): 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. + the files and people. Should explicitly fix the kataster number thing. kataster numbers are not unique across areas. This used to be a db constraint but we need to manage this ourselves as we don't want the parser aborting with an error message. |