diff --git a/templates/Layout/Blog.ss b/templates/Layout/Blog.ss index f804805..d858857 100644 --- a/templates/Layout/Blog.ss +++ b/templates/Layout/Blog.ss @@ -34,7 +34,7 @@ $Form - $PageComments + $CommentsForm <% with $PaginatedList %> <% include Pagination %> diff --git a/templates/Layout/BlogPost.ss b/templates/Layout/BlogPost.ss index 3a34c6e..7321487 100644 --- a/templates/Layout/BlogPost.ss +++ b/templates/Layout/BlogPost.ss @@ -14,7 +14,7 @@ $Form - $PageComments + $CommentsForm <% include BlogSideBar %> diff --git a/templates/Layout/Blog_profile.ss b/templates/Layout/Blog_profile.ss index 69aaff6..2f64175 100644 --- a/templates/Layout/Blog_profile.ss +++ b/templates/Layout/Blog_profile.ss @@ -12,7 +12,7 @@ <% end_if %> $Form - $PageComments + $CommentsForm <% with $PaginatedList %> <% include Pagination %>