diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-26 18:08:42 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-26 18:08:42 +0100 |
commit | 37403a7234a78ff10af4310b91e2258eef8bfb14 (patch) | |
tree | a2b469625c888a1bdcbf59b3f38e8e549108a431 /core/views/other.py | |
parent | f0d291f527940cc3af8a0973a1fbb06cd1f949d7 (diff) | |
download | troggle-37403a7234a78ff10af4310b91e2258eef8bfb14.tar.gz troggle-37403a7234a78ff10af4310b91e2258eef8bfb14.tar.bz2 troggle-37403a7234a78ff10af4310b91e2258eef8bfb14.zip |
renamed tunnel to drawing or dwg
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/other.py b/core/views/other.py index c864593..0f74657 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -92,7 +92,7 @@ def controlpanel(request): import_surveyscans() import_logbooks() import_QMs() - import_tunnelfiles() + import_dwgfiles() import_survexblks() import_survexpos() else: |