Commit 51c00958 authored by Fabien Morin's avatar Fabien Morin

remove a ligne wich was display two times

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23441 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30ee312a
......@@ -109,7 +109,6 @@ Description:\n
<select size="1" class="input" name="new_application_recipient">\n
<tal:block metal:define-macro="recipient_type_option_list">\n
<option value="" selected="selected" i18n:translate="" i18n:domain="ui">DGID</option>\n
<option value="" i18n:translate="" i18n:domain="ui">DGID</option>\n
<tal:block tal:condition="exists:here/getRecipientList" \n
tal:repeat="ptype here/getRecipientList">\n
<option tal:attributes="value ptype" tal:content="python:ptype"\n
......
253
\ No newline at end of file
255
\ 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