Do you have a member_of field in your auth_user table? On Mon, Jul 23, 2012 at 4:40 PM, Alec Taylor <[email protected]> wrote:
> Just noticed I had underscore instead of point, still isn't working though: > <type 'exceptions.AttributeError'> 'NoneType' object has no attribute > 'member_of' > On Tue, Jul 24, 2012 at 5:36 AM, Alec Taylor <[email protected]>wrote: > >> On Tue, Jul 24, 2012 at 5:09 AM, Bruno Rocha <[email protected]>wrote: >> >>> >>> there is no request.auth_user by default, did you created this? >>> >>> I think you can do (with trunk) >>> >>> {{if thisgroupid in auth.user_groups:}} >>> >>> >> Unfortunately that didn't work either... I'm running Version 2.0.0 >> (2012-07-20 17:37:48) dev: >> <type 'exceptions.NameError'> name 'auth_user' is not defined >> > > -- > > > > --

