yes

def index():
    form = auth.login(next=URL(request.env.http_referer))
    return (form=form)


// view default/index.html


{{=form}}


or read on custom forms and apply it
 


W dniu poniedziałek, 10 września 2012 12:41:05 UTC+2 użytkownik Yebach 
napisał:
>
> Hello
>
> I would like to have login (username, password) fields in my main view and 
> not to be redirected to new page for login. But if you need to register 
> then to be redirected to new page
>
> any suggestions?
>
> Thank you
>
>
>

-- 



Reply via email to