changeset 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 b3c3d940cc87
children
files templates/comments/rawcomment.html
diffstat 1 files changed, 1 insertions(+), 11 deletions(-) [+]
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>