diff --git a/tildes/tildes/templates/macros/comments.jinja2 b/tildes/tildes/templates/macros/comments.jinja2 index 6e6d5ea..ae58a80 100644 --- a/tildes/tildes/templates/macros/comments.jinja2 +++ b/tildes/tildes/templates/macros/comments.jinja2 @@ -72,7 +72,9 @@ >Parent {% endif %} -
{{ comment.excerpt }}
+ {% if request.has_permission("view", comment) %} +
{{ comment.excerpt }}
+ {% endif %} {% if request.has_permission('view', comment) %}