I use Velruse as a pyramid 'plugin', and I run into a problem when the 'login result' template (or the 'master' template it inherits from) uses e.g.:
request.resource_url(request.root) Since the root is then a Velruse-related object, this fails and would not make sense anyway. But I use this a lot to create links in my application's site-wide menu. Have any of you run into this and how would you solve it? One option of course would be to have the 'login_complete_view' redirect to another page, but this seems a 'workaround'. Thanks for your thoughts, Jasper -- 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.
