From 1968db62ad9bdc41f52afc26a8a929f5aeca4a19 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 21 Apr 2021 22:09:20 +0100 Subject: archeology on the logbook entry editing forms --- urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index d3855b8..23e21e6 100644 --- a/urls.py +++ b/urls.py @@ -91,8 +91,8 @@ trogglepatterns = [ # Logbook entries re_path(r'^logbookentry/(?P.*)/(?P.*)/?$', logbookentry,name="logbookentry"), re_path(r'^newfile', newfile, name="newFile"), # oddly broken, needs investigating more - re_path(r'^logbooksearch/(.*)/?$', logbookSearch), - re_path(r'^logbook(?P\d\d\d\d)\.(?P.*)/?$', downloadlogbook), + re_path(r'^logbooksearch/(.*)/?$', logbookSearch), # name 'search' not defined in views/logbooks.py + re_path(r'^logbook(?P\d\d\d\d)\.(?P.*)/?$', downloadlogbook), # e.g. /logbook2019.html # working but old CSS in template re_path(r'^logbook/?$', downloadlogbook, name="downloadlogbook"), # Internal. editfile.html template uses these internally -- cgit v1.2.3