# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1389887945 18000 # Node ID 6f285552a9d0bd7b3a9f22d8bb51e629c1aeea94 # Parent b3c3d940cc870ecd5b99bface1ca16c2a4e1a1c2 Remove requirement to be logged in to see comments diff -r b3c3d940cc87 -r 6f285552a9d0 templates/comments/rawcomment.html --- a/templates/comments/rawcomment.html Thu Jan 16 10:48:27 2014 -0500 +++ b/templates/comments/rawcomment.html Thu Jan 16 10:59:05 2014 -0500 @@ -2,11 +2,6 @@ {% load mptt_tags %}
- - -{% if user.is_authenticated %} - - {% render_comment_form for object %} {% get_comment_list for object as comments %} @@ -31,9 +26,4 @@ {% endrecursetree %} {% endif%} -{% else %} -

You need to be logged in to see comments

- -{% endif%} - -
\ No newline at end of file +