mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
439 B
HTML
8 lines
439 B
HTML
![]() |
<template name="settings">
|
||
|
{{#if this.hasSettings}}
|
||
|
{{> quickForm collection="Settings.collection" id="updateSettingsForm" type="update" doc=this.settings label-class="control-label" input-col-class="controls" template="telescope"}}
|
||
|
{{else}}
|
||
|
{{> quickForm collection="Settings.collection" id="insertSettingsForm" type="insert" template="telescope" label-class="control-label" input-col-class="controls"}}
|
||
|
{{/if}}
|
||
|
</template>
|