add plugin outlet

This commit is contained in:
scossar 2015-11-09 11:13:24 -08:00
parent 6eb83a3d00
commit 532c7c15c1

View File

@ -50,6 +50,8 @@
</tr> </tr>
{{/if}} {{/if}}
{{plugin-outlet "create-account-before-password"}}
{{#if passwordRequired}} {{#if passwordRequired}}
<tr class="input"> <tr class="input">
<td class="label"><label for='new-account-password'>{{i18n 'user.password.title'}}</label></td> <td class="label"><label for='new-account-password'>{{i18n 'user.password.title'}}</label></td>