I'm not sure exactly which link you're referring to. However, you can
easily create any link you like using the A() and URL() helpers. If
you can figure out which link is missing and what the proper URL
should be, then use A('main login',_href=URL
(r=request,a='my_app',c='my_controller',f='my_login')) to build the
link you want.On Sep 7, 5:59 am, Carlos Aboim <[email protected]> wrote: > Hi folks, > I made a mistake and deleted the link to login in the main page. > I have compared my app and the welcome app, I think both controlers > have def user() > and both views have default/user but the link is still gone. > How I cant retrive it back? > > thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

