summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 0390880..aa0a8d4 100644
--- a/urls.py
+++ b/urls.py
@@ -35,6 +35,7 @@ from troggle.core.views.expo import (
pubspage,
spider,
)
+from troggle.core.views.logbook_edit import logbookedit
from troggle.core.views.logbooks import (
Expeditions_jsonListView,
Expeditions_tsvListView,
@@ -52,7 +53,7 @@ from troggle.core.views.logbooks import (
from troggle.core.views.other import controlpanel, exportlogbook, frontpage, todos
from troggle.core.views.prospect import prospecting
from troggle.core.views.scans import allscans, cavewallets, scansingle, walletslistperson, walletslistyear
-from troggle.core.views.uploads import dwgupload, expofilerename, gpxupload, logbookedit, photoupload
+from troggle.core.views.uploads import dwgupload, expofilerename, gpxupload, photoupload
from troggle.core.views.wallets_edit import walletedit
"""This sets the actualurlpatterns[] and urlpatterns[] lists which django uses