[web2py] sidebars still used in 2.17.2?

2018-10-28 Thread Alex Glaros
just upgraded to version 2.17.2 and do not see sidebars if that method was replaced, what is the new way to achieve the same look? {{left_sidebar_enabled = globals().get('left_sidebar_enabled', True)}} {{right_sidebar_enabled = globals().get('right_sidebar_enabled', True)}} {{block left_sidebar}

Re: [web2py] Re: Auth question

2018-10-28 Thread Rahul
Hi Jim, This works like a charm. Thank you for this. It is what I expected and wanted to achieve with Auth. I'll check my new project for what I may be doing wrong, for now it seems that the scaffolding admin interface I want to use for my app is the one that is the culprit. It has lots