http://web2py.com/book/default/chapter/08#Decorators

Line 8 of code snippet should be

@auth.requires_membership('agents')

not

@auth.requires_membership(agents)

Reply via email to