diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-31 18:55:20 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-31 18:55:20 +0300 |
commit | c29c12ea765eefcd2ac41a7f475c8d870adcb793 (patch) | |
tree | d5da2cc80bb15e913835bedfd70f340413af17fe /templates/logbook2005style.html | |
parent | bbb821e2f9a55eaaf636909341b8c7799f079ce2 (diff) | |
download | troggle-c29c12ea765eefcd2ac41a7f475c8d870adcb793.tar.gz troggle-c29c12ea765eefcd2ac41a7f475c8d870adcb793.tar.bz2 troggle-c29c12ea765eefcd2ac41a7f475c8d870adcb793.zip |
Edit Logbook Entry mostly working
Diffstat (limited to 'templates/logbook2005style.html')
-rw-r--r-- | templates/logbook2005style.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index b0491b7..67fd930 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -14,7 +14,8 @@ maintain half a dozen parser functions. Sorry about all the crap that surrounds the image tags which has been imported along with the content when UK Caving blogs have been parsed. -Exported on {% now 'Y-m-d H:m' %} using control panel webpage and exportlogbook() in troggle/code/views/other.py +Exported on {% now 'Y-m-d H:m' %} using either the control panel webpage or when editing a logbook entry online +See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, filename) --> <body> {%for logbook_entry in logbook_entries%} |