mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #181 from assertchris/fix-comment-form-bug
Fix $CommentsForm bug
This commit is contained in:
commit
359c2732a9
@ -34,7 +34,7 @@
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
$Form
|
$Form
|
||||||
$PageComments
|
$CommentsForm
|
||||||
|
|
||||||
<% with $PaginatedList %>
|
<% with $PaginatedList %>
|
||||||
<% include Pagination %>
|
<% include Pagination %>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
$Form
|
$Form
|
||||||
$PageComments
|
$CommentsForm
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% include BlogSideBar %>
|
<% include BlogSideBar %>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
|
||||||
$Form
|
$Form
|
||||||
$PageComments
|
$CommentsForm
|
||||||
|
|
||||||
<% with $PaginatedList %>
|
<% with $PaginatedList %>
|
||||||
<% include Pagination %>
|
<% include Pagination %>
|
||||||
|
Loading…
Reference in New Issue
Block a user