From e5b81bfa65307f696f2d759aac406ee7633df9d4 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 31 May 2011 13:05:31 -0400 Subject: [PATCH] When a not logged in user clicks on the blog comment box, pass them through the GetLoggedIn() framework --- webcit/static/t/blog_comment_box.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/webcit/static/t/blog_comment_box.html b/webcit/static/t/blog_comment_box.html index aac6a2c34..be396f7d3 100644 --- a/webcit/static/t/blog_comment_box.html +++ b/webcit/static/t/blog_comment_box.html @@ -12,7 +12,16 @@ Leave a comment FIXME i18n ">
- - + + + disabled="disabled" + +/> -- 2.39.2