summaryrefslogtreecommitdiffstats
path: root/core/views/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-02-23 23:04:00 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-02-23 23:04:00 +0000
commit2c13c1b5f3d765017468e762082bc693df800278 (patch)
tree8b8f0d8be513e39984aa983a8fd4dea2fd1ba05f /core/views/survex.py
parent29c929aba4c86f8d43b4ea0a3a075147ee07abea (diff)
downloadtroggle-2c13c1b5f3d765017468e762082bc693df800278.tar.gz
troggle-2c13c1b5f3d765017468e762082bc693df800278.tar.bz2
troggle-2c13c1b5f3d765017468e762082bc693df800278.zip
remove 'testing' from menu template too
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):