mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
10 lines
377 B
HTML
10 lines
377 B
HTML
<template name="user_account">
|
|
<div class="grid-small grid-module dialog user-edit">
|
|
|
|
{{> quickForm collection="Meteor.users" doc=user id="editUserForm" template="bootstrap3-horizontal" input-col-class="controls" type="update" fields=userFields}}
|
|
|
|
{{#if isUsingPassword}}
|
|
<a href="{{pathFor "atChangePwd"}}">{{_ "change_password"}}</a>
|
|
{{/if}}
|
|
</div>
|
|
</template>
|