Sure, if I called it already. To do so, might make most sense to put in a model.
But, I was hoping that the view would call it. There is another path through the app with very simplified pages that uses its own auth and I expect most users to follow that path. so, only folks editing content need this particular auth. But, happy to put in model if that is easiest. (I know from some of your posts you particularly like to minimize what is models and controllers....) Thanks for your reply. On Friday, December 14, 2012 5:10:18 PM UTC-8, rochacbruno wrote: > > If you called http://.../user_bar the function is already called by web2py > so you only need > > <div id="navbar">{{=bar}}</div> >> > > > --

