mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Use non-deprecated comment form method
Use correct indentation
This commit is contained in:
parent
d58b376bf1
commit
8b5be8a3e8
@ -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…
x
Reference in New Issue
Block a user