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:
parent
b288f3f7fb
commit
e4ac274781
@ -37,7 +37,7 @@
|
|||||||
tal:attributes="class python:'comment replyTreeLevel'+str(depth);
|
tal:attributes="class python:'comment replyTreeLevel'+str(depth);
|
||||||
style string:margin-left: ${depth}em;
|
style string:margin-left: ${depth}em;
|
||||||
id string:${reply/id}"
|
id string:${reply/id}"
|
||||||
tal:condition="python:canManage or published and isAnon">
|
tal:condition="python:canManage or published">
|
||||||
|
|
||||||
<div class="commentImage" tal:condition="showCommenterImage">
|
<div class="commentImage" tal:condition="showCommenterImage">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user