summaryrefslogtreecommitdiffstats
path: root/core/views/survex.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/survex.py')
-rw-r--r--core/views/survex.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/survex.py b/core/views/survex.py
index 332ad75..47ccad7 100644
--- a/core/views/survex.py
+++ b/core/views/survex.py
@@ -154,6 +154,9 @@ class SvxForm(forms.Form):
res = fout.write(rcode.replace("\r",""))
res = fout.write("\n")
fout.close()
+
+ # INSERT code to do git add and commit here, to loser repo.
+
return "SAVED ."
def Process(self):