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