I am using "impersonate" (great idea!) and I have a menu item which should
only appear when somebody is impersonated. I wrote

('end impersonate', False, URL('endimpersonate'),[],*auth.is_impersonating()
*)

This did notwork, I had to write

('end impersonate', False, URL('endimpersonate'),[],*
auth.is_impersonating()!=None*)

Why?
Regards, Martin

-- 



Reply via email to