Vulcan/client/views/admin/settings.html

5 lines
190 B
HTML
Raw Normal View History

2012-09-06 19:42:11 +09:00
<template name="settings">
<div class="grid-small grid-block dialog settings">
2014-05-01 19:34:24 -07:00
{{> quickForm collection="Settings" doc=this id="updateSettingsForm" type="update"}}
</div>
2012-09-06 19:42:11 +09:00
</template>