summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:31:07 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:31:07 +0000
commit5798e8dcd507bc30c12bca7efa92185772bf0eee (patch)
tree9979281d3ca19151c0b5229d67b7d0e5a8ccfb47 /urls.py
parent5ae37eef8251fd9aa709f50658dc5ed26c19e1aa (diff)
downloadtroggle-5798e8dcd507bc30c12bca7efa92185772bf0eee.tar.gz
troggle-5798e8dcd507bc30c12bca7efa92185772bf0eee.tar.bz2
troggle-5798e8dcd507bc30c12bca7efa92185772bf0eee.zip
make nav cope with missing wallets
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 72a7fc3..2374d92 100644
--- a/urls.py
+++ b/urls.py
@@ -87,7 +87,7 @@ trogglepatterns = [
re_path(r'^admin/', admin.site.urls), # includes admin login & logout urls
# Uploads - uploading a file
- path('walletedit/', walletedit, name='walletedit'), # path=2020#01
+ path('walletedit/', walletedit, name='walletedit'),
path('walletedit/<path:path>', walletedit, name='walletedit'), # path=2020#01
path('photoupload/', photoupload, name='photoupload'), # restricted to current year
path('photoupload/<path:folder>', photoupload, name='photoupload'), # restricted to current year