Commit 40dac39a authored by Vincent Pelletier's avatar Vincent Pelletier

Previous commit erroneously removed a parameter, I add it back.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20ad1bed
......@@ -85,7 +85,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
field_errors python: request.get(\'field_errors\', {});\n
field_has_error python: field_errors.has_key(field_id);\n
global form_id form_id | python: form.id;\n
field_description python: here.Base_getFieldDescription(field=field);\n
field_description python: here.Base_getFieldDescription(form_id=form_id, field=field);\n
is_web_mode is_web_mode | nothing">\n
<div tal:define="html_render python: field.render_htmlgrid(value, request)"\n
tal:attributes="title field_description;\n
......
363
\ No newline at end of file
365
\ 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