mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 11:27:10 +00:00
extending logbook entry edit
This commit is contained in:
2
urls.py
2
urls.py
@@ -110,7 +110,7 @@ trogglepatterns = [
|
||||
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/<int:year>', logbookedit, name='logbookedit'), # year=2023
|
||||
path('logbookedit/<slug:slug>', logbookedit, name='logbookedit'),
|
||||
|
||||
# Renaming an uploaded file
|
||||
path('expofilerename/<path:filepath>', expofilerename, name='expofilerename'),
|
||||
|
||||
Reference in New Issue
Block a user