Jason,

The first thing I noticed is that both menus are the same.

the else part should read something like:

response.menu = [
    [T('Login'), False, URL(r=request, f='login')],
    [T('Register'), False, URL(r=request, f='register')],
    [T('Retrieve username'), False, URL(r=request,
f='retrieve_username')],
    [T('Retrieve password'), False, URL(r=request,
f='retrieve_password')]]


I hope this helps you solve the problem.


Kind regards,

Annet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to