Are you logged in?

On Tuesday, October 23, 2012 12:32:32 PM UTC-5, David Simmons wrote:
>
> Hi
>
> I am following the image tutorial described in the online web2py book. I 
> have the following code:
>
> @auth.requires_membership('manager')
> def manage():
>     grid = SQLFORM.smartgrid(db.image, linked_tables=['comment'])
>     return locals() 
>
> I have the following view:
>
> {{extend 'layout.html'}}
> <h2>Management Interface</h2>
> {{=grid}}
>
> BUT 
>
> I don't see any links to the child buttons.
>
> I am on version 2.1.1.
>
> Any help would be much appreciate.
>
> many thanks
>
> Dave
>
>
>

-- 



Reply via email to