SP/web2py/applications/examples/views/database_examples/buy.html
Saturneic 064f602b1a Add.
2018-10-25 23:33:13 +08:00

8 lines
185 B
HTML

{{extend 'layout.html'}}
<h1>Purchase form</h1>
{{=form}}
[ {{=A('delete purchases',_href=URL('delete_purchased'))}} ]
<h2>Current purchases (SQL JOIN!)</h2>
<p>{{=records}}</p>