diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-01 21:58:48 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-01 21:58:48 +0000 |
commit | c7d88077ec06fd7141d2c90998c1547e946702ce (patch) | |
tree | f77b55516db180a96b452b8a00b624a5703b4d82 /urls.py | |
parent | 5798e8dcd507bc30c12bca7efa92185772bf0eee (diff) | |
download | troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.tar.gz troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.tar.bz2 troggle-c7d88077ec06fd7141d2c90998c1547e946702ce.zip |
renamed wallet form file
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |