summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-03 23:28:36 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-03 23:28:36 +0300
commit2c89cdc1b9a9f41a57816cabe5253ac90c035f23 (patch)
treee9e515ebf31f9165ed8bc8eaaa3e4a8df9a629f8 /urls.py
parent101910a957d65d33a22c3c6c4fd38ab6d0ff42f6 (diff)
downloadtroggle-2c89cdc1b9a9f41a57816cabe5253ac90c035f23.tar.gz
troggle-2c89cdc1b9a9f41a57816cabe5253ac90c035f23.tar.bz2
troggle-2c89cdc1b9a9f41a57816cabe5253ac90c035f23.zip
login fix for protected pages in tests
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 e88df3b..f9e1b84 100644
--- a/urls.py
+++ b/urls.py
@@ -109,7 +109,7 @@ trogglepatterns = [
path('dwgupload/', dwgupload, name='dwgupload'),
path('dwguploadnogit/', dwgupload, {'gitdisable': 'yes'}, name='dwguploadnogit'), # used in testing
path('dwguploadnogit/<path:folder>', dwgupload, {'gitdisable': 'yes'}, name='dwguploadnogit'), # used in testing
- path('logbookedit/', logbookedit, name='logbookedit'),
+ path('logbookedit/', logbookedit, name='logbookedit'),
path('logbookedit/<slug:slug>', logbookedit, name='logbookedit'),
# Renaming an uploaded file