mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
274 B
HTML
7 lines
No EOL
274 B
HTML
<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"}}
|
|
</div>
|
|
|
|
</template> |