small tweaks

This commit is contained in:
Sacha Greif 2015-04-25 13:49:49 +09:00
parent 2a46bb11e9
commit 20020e7d89
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -10,7 +10,7 @@ var showTaglineBanner = {
optional: true,
label: 'Tagline banner',
autoform: {
group: 'general',
group: '01_general',
instructions: 'Show tagline on homepage.'
}
}