From 748066df104c55ae221dc7cf5f5c367fb1ad5f8e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 27 May 2011 17:16:59 -0400 Subject: [PATCH] Initial implementation of comment box for blog (not finished but it does work) --- webcit/static/t/blog_comment_box.html | 19 ++++++++++++++++--- webcit/static/t/view_blog_post.html | 1 + 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/webcit/static/t/blog_comment_box.html b/webcit/static/t/blog_comment_box.html index a67ebd0b2..aac6a2c34 100644 --- a/webcit/static/t/blog_comment_box.html +++ b/webcit/static/t/blog_comment_box.html @@ -1,5 +1,18 @@ +
-Be the first or the last to leave a comment here. First post! -
- +Leave a comment FIXME i18n +
+ + +"> +
+ + +
diff --git a/webcit/static/t/view_blog_post.html b/webcit/static/t/view_blog_post.html index c16398b91..ffffa58eb 100644 --- a/webcit/static/t/view_blog_post.html +++ b/webcit/static/t/view_blog_post.html @@ -22,3 +22,4 @@ + -- 2.30.2