summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-30 18:02:05 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-30 18:02:05 +0100
commit8f1d6e2cc22563bd4fca94f5e7e08085154e8262 (patch)
tree9f453f93a840191b5857168a9359bfb83c9184b0 /urls.py
parentfde30685a82d835f99a46b4b5f37335f6390980e (diff)
downloadtroggle-8f1d6e2cc22563bd4fca94f5e7e08085154e8262.tar.gz
troggle-8f1d6e2cc22563bd4fca94f5e7e08085154e8262.tar.bz2
troggle-8f1d6e2cc22563bd4fca94f5e7e08085154e8262.zip
file upload integration test working
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 4b4ccf8..85a9759 100644
--- a/urls.py
+++ b/urls.py
@@ -10,7 +10,7 @@ from django.urls import reverse, resolve
from troggle.core.views import caves, statistics, survex
from troggle.core.views.surveys import scansingle, singlewallet, allwallets, dwgdata, dwgfilesingle, dwgfileupload
-from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage, scanupload
+from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage, scanupload
from troggle.core.views.other import exportlogbook
from troggle.core.views.caves import ent, cavepage
from troggle.core.views.logbooks import get_logbook_entries, logbookentry, logbookSearch