mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04:00
8 lines
No EOL
443 B
HTML
8 lines
No EOL
443 B
HTML
<template name="user_complete">
|
|
<div class="grid-small grid-block dialog user-edit">
|
|
<div class="finish-signup-message">
|
|
{{_ "please_fill_in_missing_information_to_finish_signing_up"}}
|
|
</div>
|
|
{{> quickForm collection="Meteor.users" doc=user id="completeUserForm" template="bootstrap3-horizontal" input-col-class="controls" type="method-update" meteormethod="completeUserProfile" fields=requiredFields}}
|
|
</div>
|
|
</template> |