j
k
j a
j l
zope wrote:
<td><a href="zpt" tal:attributes="href zpt_delclient?id=result/id">Delete</a></td>
I believe you want: <td> <a href="zpt" tal:attributes="href python:here.zpt_delclient(id=result.id);">Delete</a> </td> cheers, Chris
Back to the thread
Back to the list