fix that logged in users who are not managers don't see comments at all.

svn path=/plone.app.discussion/trunk/; revision=27587
This commit is contained in:
Timo Stollenwerk 2009-06-21 13:00:28 +00:00
parent b288f3f7fb
commit e4ac274781
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
tal:attributes="class python:'comment replyTreeLevel'+str(depth);
style string:margin-left: ${depth}em;
id string:${reply/id}"
tal:condition="python:canManage or published and isAnon">
tal:condition="python:canManage or published">
<div class="commentImage" tal:condition="showCommenterImage">