From 2623af92c410f9a481b01e025f7c21ef7a8cd8f9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 29 Dec 2024 22:53:04 +0000 Subject: Documn. and tidy import --- core/views/logbook_edit.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'core/views/logbook_edit.py') diff --git a/core/views/logbook_edit.py b/core/views/logbook_edit.py index 3819794..56b040f 100644 --- a/core/views/logbook_edit.py +++ b/core/views/logbook_edit.py @@ -33,7 +33,12 @@ Note that there are other file upload forms in views/wallet_edit.py views/upload and that core/forms.py contains Django class-based forms for caves and entrances. """ -todo = """ - refactor git to use utils.py functions +todo = """ - It's all still a bit messy. + + - When this is used to create a totally new form, we could with some integration between the Logbook Entry author +and the git "--author" field which is used (only) for the version control attribution. + + - Track down how James Waite crashes this every time he touches it. (Or did in 2024) """ def create_new_lbe_slug(date): -- cgit v1.2.3