+-------[ Ken Winter ]----------------------
| In other words, what should I substitute for X in the following to make this
| division appear only when a user is logged in? :
| 
|  
| 
| <div tal:condition=?X?> ? </div>

tal:condition="python: user.has_role(['Authenticated'],)"

-- 
Andrew Milton
[EMAIL PROTECTED]
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to