remove 'testing' from menu template too

This commit is contained in:
Philip Sargent
2022-02-23 23:04:00 +00:00
parent 29c929aba4
commit 2c13c1b5f3
2 changed files with 4 additions and 1 deletions

View File

@@ -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):