Merge pull request #181 from assertchris/fix-comment-form-bug

Fix $CommentsForm bug
This commit is contained in:
Damian Mooyman 2015-04-13 16:25:30 +12:00
commit 359c2732a9
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
</article>
$Form
$PageComments
$CommentsForm
<% with $PaginatedList %>
<% include Pagination %>

View File

@ -14,7 +14,7 @@
</article>
$Form
$PageComments
$CommentsForm
</div>
<% include BlogSideBar %>

View File

@ -12,7 +12,7 @@
<% end_if %>
$Form
$PageComments
$CommentsForm
<% with $PaginatedList %>
<% include Pagination %>