Vulcan/packages/nova-users/lib/client/templates/user_edit.html
2016-02-17 14:27:27 +09:00

9 lines
195 B
HTML

<template name="user_edit">
{{#with user}}
{{#if canEdit this}}
{{> modules zone="profileEdit" moduleData=this}}
{{else}}
{{> no_rights}}
{{/if}}
{{/with}}
</template>