Am 29.06.2010 15:48, schrieb Jim Steil:
> <span py:if="not tg.identity.has_permission('customerUpdate')">
> ${values.customerTypeName}
It should be
py:if="'customerUpdate' not in tg.identity.permissions"
as described here
http://docs.turbogears.org/1.0/UsingIdentity#using-identity-in-templates
-- Christoph
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.