diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 17:05:08 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 17:05:08 +0000 |
commit | a3c7f165b9a8f7097f95b745c6c623a78d4853ff (patch) | |
tree | 8e9dfd659ba07f14244b674748c6f38be80208ce /core/views/survex.py | |
parent | ace23257731c9a35c48bb56ff59c24cfccdc7029 (diff) | |
download | troggle-a3c7f165b9a8f7097f95b745c6c623a78d4853ff.tar.gz troggle-a3c7f165b9a8f7097f95b745c6c623a78d4853ff.tar.bz2 troggle-a3c7f165b9a8f7097f95b745c6c623a78d4853ff.zip |
Cookie/ git author now working on Wallet updates
Diffstat (limited to 'core/views/survex.py')
-rw-r--r-- | core/views/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |