Merge pull request #2546 from brylie/master
[civicrm-core.git] / templates / CRM / Event / Form / Participant.tpl
index 463c4bebe1356be4be1402de84b1fae151ace360..a78d125d971806c71e5108e2eaa3f8936fd4b961 100644 (file)
             {if !$participantMode and !$email and $outBound_option != 2 }
               {assign var='profileCreateCallback' value=1}
             {/if}
-          {include file="CRM/Contact/Form/NewContact.tpl"}
+            <tr class="crm-participant-form-contact-id">
+              <td class="label">{$form.contact_id.label}</td>
+              <td>{$form.contact_id.html}</td>
+            </tr>
           {/if}
           {if $action EQ 2}
             {if $additionalParticipants} {* Display others registered by this participant *}