From 2c89cdc1b9a9f41a57816cabe5253ac90c035f23 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 3 Sep 2023 23:28:36 +0300 Subject: login fix for protected pages in tests --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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/', dwgupload, {'gitdisable': 'yes'}, name='dwguploadnogit'), # used in testing - path('logbookedit/', logbookedit, name='logbookedit'), + path('logbookedit/', logbookedit, name='logbookedit'), path('logbookedit/', logbookedit, name='logbookedit'), # Renaming an uploaded file -- cgit v1.2.3