summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:58:48 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:58:48 +0000
commitc7d88077ec06fd7141d2c90998c1547e946702ce (patch)
treef77b55516db180a96b452b8a00b624a5703b4d82 /urls.py
parent5798e8dcd507bc30c12bca7efa92185772bf0eee (diff)
downloadtroggle-c7d88077ec06fd7141d2c90998c1547e946702ce.tar.gz
troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.tar.bz2
troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.zip
renamed wallet form file
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 2374d92..5012716 100644
--- a/urls.py
+++ b/urls.py
@@ -23,7 +23,7 @@ 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, photoupload
-from troggle.core.views.wallets import walletedit
+from troggle.core.views.wallets_edit import walletedit
"""This sets the actualurlpatterns[] and urlpatterns[] lists which django uses
to resolve urls - in both directions as these are declarative.