mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
7 lines
No EOL
313 B
HTML
7 lines
No EOL
313 B
HTML
<template name="post_submit">
|
|
<div class="form-page post-submit">
|
|
<div class="grid grid-module">
|
|
{{> quickForm collection="Posts" id="submitPostForm" template="bootstrap3-horizontal" input-col-class="controls" type="method" meteormethod="submitPost" fields=postFields}}
|
|
</div>
|
|
</div>
|
|
</template> |