don't hide right portlets for anonymous

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3587 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-10-14 13:06:48 +00:00
parent 59c6081a6b
commit 730a8dc735

View file

@ -38,7 +38,7 @@
</div> </div>
<div id="sub-section" <div id="sub-section"
tal:condition="view/isAuthenticated"> xtal:condition="view/isAuthenticated">
<tal:portlet repeat="macro controller/macros/portlet_right"> <tal:portlet repeat="macro controller/macros/portlet_right">
<metal:portlet use-macro="macro" /> <metal:portlet use-macro="macro" />
</tal:portlet> </tal:portlet>