[ZPT] skip_unauthorized

Thomas Olsen tol@tanghus.dk
Tue, 31 Jul 2001 00:50:36 +0200


Hi

I'm porting the index_html from the cmf  dogbowl 
(http://cmf.zope.org/doc/admin/dogbowl_skins) to zpt and I can't seem to find 
out how to implement skip_unauthorized as in:

<dtml-in expr="objectValues( [ 'Link','Favorite' ] )" skip_unauthorized>

for now I'm doing:

<ul tal:define="objs python:here.objectValues( [ 'Link', 'Favorite' ] )">
<li tal:repeat="obj objs">



-- 
Regards,
	Thomas Olsen