As what mailzilla said:

do:
return self.login()

At least from SEO perspective, it's not a good idea to have
controller/action that can render content on other-controller/other-action.

It's a duplication of contents and most search engines don't like that.

- Didip -

On Fri, Dec 4, 2009 at 1:32 PM, <[email protected]> wrote:

> Try this:
>
> change:       self.login
> to:                return self.login()
>
>
> Regards,
>
> Phil
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<pylons-discuss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.


Reply via email to