Commit a094b455 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove duplicating code.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45722 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 25ecabfe
......@@ -112,7 +112,6 @@
<tal:block tal:define="global box_relative_url python: request.get(\'box_relative_url\', \'\');\n
global box python: real_context.restrictedTraverse(box_relative_url); \n
global box_id python: \'%s_content\' %box_relative_url.replace(\'/\', \'_\');\n
global box_id python: \'%s_content\' %real_context.getRelativeUrl().replace(\'/\', \'_\');\n
global dom_id python: request.get(\'dom_id\',None) or box_id;\n
global field_prefix string:${box_id}_">\n
<input tal:condition="python:form_id" \n
......
1070
\ No newline at end of file
1071
\ 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