Merge pull request #522 from ilvalle/issue_1993

fix issue 1993: git push in the admin console throw an error
This commit is contained in:
mdipierro
2014-10-16 16:09:10 -05:00
@@ -4,12 +4,10 @@ frm = form
smt_button = frm.element(_type="submit")
smt_button['_class'] = 'btn'
smt_button['_style'] = 'margin-right:4px;'
ccl_button = frm.element(_type="button")
ccl_button['_class'] = 'btn'
}}
<!-- begin "git_push" block -->
<h2>{{=T('This will push changes to the remote repo for application "%s".', app)}}</h2>
<center>
{{=form}}
</center>
<!-- end "git_push" block -->
<!-- end "git_push" block -->