2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 09:47:24 +00:00

Cookie/ git author now working on Wallet updates

This commit is contained in:
2024-12-29 17:05:08 +00:00
parent ace2325773
commit a3c7f165b9
3 changed files with 40 additions and 22 deletions

View File

@@ -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}"