Using Authkit, I stylize the login form using authkit.form.template.obj = site.lib.auth:render_login (simplesite tutorial)
In Paste, this works perfectly, any restricted page I go to throws up my custom login form. In production using uWSGI, I get a blank white page with status of 200/OK. I was hoping for some pointers on where I should be looking to solve this problem. I dug around the source of get_template() LINE 245 inside authkit.authenticate: http://authkit.org/docs/0.4/authkit/authenticate/__init__.py.html?f=205&l=261#245 However I can't seem to pinpoint why I get a blank page, and no error. -- 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.
