From 45a689a8121457b371ec49ad301186a16a85b2da Mon Sep 17 00:00:00 2001 From: ilvalle Date: Thu, 16 Oct 2014 15:07:52 +0200 Subject: [PATCH] fix issue 1993: git push in the admin console throw an error --- applications/admin/views/default/git_push.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/admin/views/default/git_push.html b/applications/admin/views/default/git_push.html index 36722c9e..c8ad74d4 100644 --- a/applications/admin/views/default/git_push.html +++ b/applications/admin/views/default/git_push.html @@ -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' }}

{{=T('This will push changes to the remote repo for application "%s".', app)}}

{{=form}}
- \ No newline at end of file +