mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
9 lines
195 B
HTML
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>
|