mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
small tweaks
This commit is contained in:
parent
2a46bb11e9
commit
20020e7d89
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<template name="post_submit">
|
||||
|
||||
<div class="grid grid-module">
|
||||
{{> quickForm collection="Posts" id="submitPostForm" template="bootstrap3-horizontal" label-class="control-label" input-col-class="controls" type="method" meteormethod="submitPost"}}
|
||||
{{> quickForm collection="Posts" id="submitPostForm" template="bootstrap3-horizontal" input-col-class="controls" type="method" meteormethod="submitPost"}}
|
||||
</div>
|
||||
|
||||
</template>
|
|
@ -10,7 +10,7 @@ var showTaglineBanner = {
|
|||
optional: true,
|
||||
label: 'Tagline banner',
|
||||
autoform: {
|
||||
group: 'general',
|
||||
group: '01_general',
|
||||
instructions: 'Show tagline on homepage.'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue