I would suggest doing that in the controller.
def controller()
if auth.user.id:
return dict()
else:
redirect()And I'm not really sure what you are trying to do with "numquest".
I would suggest doing that in the controller.
def controller()
if auth.user.id:
return dict()
else:
redirect()And I'm not really sure what you are trying to do with "numquest".