You have to customize the user.html which receive 'login' as an argument in
request.args, so you can control your behavior in user.html as:
{{if 'login' in request.args:}}
SOME HTML
{{else:}}
OTHER HTML
{{pass}}
2010/11/24 Richard Vézina <[email protected]>
> Hello,
>
> Is there a way to have a particular layout for default/user/login that will
> not affect ddefault/user/not_authorized for example?
>
> I try by adding a login.html in view without success.
>
> Thanks
>
> Richard
>
--
Bruno Rocha
http://about.me/rochacbruno/bio