This commit is contained in:
Sacha Greif 2014-07-31 08:58:40 +09:00
parent ba38e2a75b
commit ff1c8850eb

View file

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