diff templates/comments/rawcomment.html @ 213:6f285552a9d0 default tip

Remove requirement to be logged in to see comments
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 16 Jan 2014 10:59:05 -0500
parents 134f726fd62c
children
line wrap: on
line diff
--- 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 %}
 <div id = "comment">
 
-
-
-{% if user.is_authenticated %}
-
-
 {% render_comment_form for object %}
 
 {% get_comment_list for object as comments %}
@@ -31,9 +26,4 @@
 {% endrecursetree %}
 {% endif%}
 
-{% else %}
-    <h4>You need to be logged in to see comments</h4>
-
-{% endif%}
-
-</div>
\ No newline at end of file
+</div>