mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
fix #347
This commit is contained in:
parent
ba38e2a75b
commit
ff1c8850eb
1 changed files with 4 additions and 1 deletions
|
@ -541,7 +541,10 @@ Router.map(function() {
|
|||
|
||||
// Post Submit
|
||||
|
||||
this.route('post_submit', {path: '/submit'});
|
||||
this.route('post_submit', {
|
||||
template: getTemplate('post_submit'),
|
||||
path: '/submit'
|
||||
});
|
||||
|
||||
// -------------------------------------------- Comment -------------------------------------------- //
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue