Commit d98bb397 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_xhtml_style: Remove unnecessary argument.

parent 40b87d1d
......@@ -4,7 +4,7 @@
<tal:block metal:define-macro="field_render">
<tal:block tal:condition="python: field.meta_type != 'HiddenStringField'"
tal:define="field_id field/id;
value python: request.get(field_id, None);
value python: request.get(field_id);
render_prefix render_prefix | nothing;
key_prefix key_prefix | nothing;
field_errors python: request.get('field_errors', {});
......
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