Skip to content
Snippets Groups Projects
Commit 7de3d744 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no need to duplicate hidden field, its value is unique

parent de57ecde
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@
<br>
<div class="radio_inline">
[% FOREACH email IN provider.contacts.sort %]
<input name="email" value="[% email %]" type="radio" class="required"/><label for="email">[% email %]</label><br/>
<input type="hidden" name="entityid" value="[% provider.entityid %]" id="entityid"/>
<input name="email" value="[% email %]" type="radio" class="required"/><label for="email">[% email %]</label><br/>
[% END %]
<input type="hidden" name="entityid" value="[% provider.entityid %]" id="entityid"/>
</div>
<p>Those email addresses have been extracted from your SP metadata.</p>
......
......@@ -7,9 +7,9 @@
<br>
<div class="radio_inline">
[% FOREACH email IN provider.contacts.sort %]
<input name="email" value="[% email %]" type="radio" class="required"/><label for="email">[% email %]</label><br/>
<input type="hidden" name="entityid" value="[% provider.entityid %]" id="entityid"/>
<input name="email" value="[% email %]" type="radio" class="required"/><label for="email">[% email %]</label><br/>
[% END %]
<input type="hidden" name="entityid" value="[% provider.entityid %]" id="entityid"/>
</div>
<p>Ces addresses e-mail ont été extraites des métadonnées pour votre fournisseur de service.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment