mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 07:27:09 +00:00
Edit Logbook Entry mostly working
This commit is contained in:
3
urls.py
3
urls.py
@@ -132,8 +132,7 @@ trogglepatterns = [
|
||||
re_path(r'^api/QMs_json$', QMs_jsonListView.as_view()),
|
||||
|
||||
# Logbook entries
|
||||
re_path(r'^logbookentry/(?P<date>.*)/(?P<slug>.*)/?$', logbookentry,name="logbookentry"),
|
||||
re_path(r'^logbook(?P<year>\d\d\d\d)\.(?P<extension>.*)/?$', exportlogbook, name='exportlogbook'), # e.g. /logbook2019.html # working but old CSS in
|
||||
re_path(r'^logbookentry/(?P<date>.*)/(?P<slug>.*)/?$', logbookentry,name="logbookentry"),
|
||||
re_path(r'^logbook$', exportlogbook, name='exportlogbook'),
|
||||
|
||||
# Internal. editfile.html template uses these internally
|
||||
|
||||
Reference in New Issue
Block a user