Commit f86ccde0 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix save button not calling the method due to missing ":method" sufix.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9034 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86d6de65
......@@ -93,7 +93,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block tal:condition="editable_mode | python: 1">\n
<button tal:condition="form_action"\n
type="submit" class="save" title="Save"\n
tal:attributes="name form_action"\n
tal:attributes="name python: \'%s:method\' % (form_action, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"\n
......
67
\ No newline at end of file
70
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment