From a3c7f165b9a8f7097f95b745c6c623a78d4853ff Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 29 Dec 2024 17:05:08 +0000 Subject: Cookie/ git author now working on Wallet updates --- core/views/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/survex.py') diff --git a/core/views/survex.py b/core/views/survex.py index 83f5af5..4a258d4 100644 --- a/core/views/survex.py +++ b/core/views/survex.py @@ -228,7 +228,7 @@ class SvxForm(forms.Form): fout.write("\n") fout.close() - comment = f"Online survex edit: {self.data['filename']}.svx" + comment = f"Online edit: {self.data['filename']}.svx" add_commit(fname, comment, editor) msg = f"SAVED and committed to git (if there were differences)\nEdited by:{editor}" -- cgit v1.2.3