when I tested it .. i get an error : I tried to change the line " if member.id == auth_user[args]" to "if member.id == auth_user.args " ... I get basically the same kind of error
I am running out of ideas ... please help File "/home/www-data/web2py/applications/adminsoccer/controllers/profile.py" <http://web2py.loc/admin/default/edit/adminsoccer/controllers/profile.py>, line 9, in member if member.id == auth_user.args : AttributeError: 'NoneType' object has no attribute 'id' --

