SP/web2py/applications/admin/views/default/git_push.html
Saturneic 064f602b1a Add.
2018-10-25 23:33:13 +08:00

14 lines
334 B
HTML

{{extend 'layout.html'}}
{{
frm = form
smt_button = frm.element(_type="submit")
smt_button['_class'] = 'btn'
smt_button['_style'] = 'margin-right:4px;'
}}
<!-- 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 -->