summaryrefslogtreecommitdiffstats
path: root/core/views/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-12-29 17:05:08 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-12-29 17:05:08 +0000
commita3c7f165b9a8f7097f95b745c6c623a78d4853ff (patch)
tree8e9dfd659ba07f14244b674748c6f38be80208ce /core/views/survex.py
parentace23257731c9a35c48bb56ff59c24cfccdc7029 (diff)
downloadtroggle-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.py2
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}"