I'm also trying this but it doesn't work: <button onclick="{{auth.del_membership('role'))}}" class="btn btn-danger">Delete Role</button>
On Monday, December 10, 2012 9:15:30 PM UTC, Daniele wrote: > > When I use form.add_button() I am able to add a button to a form, which I > can display with {{=form}} in my view. > > However, if I'm making a custom form using form.custom, how can I display > that button?? > > Thanks > --