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
--

