diff options
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |