From 859ff57d3acee82d8fcec96a3dcca2219e2fe08a Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Mon, 13 Apr 2015 16:20:52 +1200 Subject: [PATCH] Fix comment form bug --- templates/Layout/Blog.ss | 2 +- templates/Layout/BlogPost.ss | 2 +- templates/Layout/Blog_profile.ss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %>