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> </article>
$Form $Form
$PageComments $CommentsForm
<% with $PaginatedList %> <% with $PaginatedList %>
<% include Pagination %> <% include Pagination %>

View File

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

View File

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