mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 07:27:09 +00:00
login fix for protected pages in tests
This commit is contained in:
2
urls.py
2
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
|
||||
|
||||
Reference in New Issue
Block a user