<formaction="{{ url_for('stall', stall_id=stall.id) }}"method="POST"onsubmit="return confirm('Are you sure you want to delete {{stall.name}}?');">
<inputtype="hidden"name="_method"value="DELETE"/>
=======
<formaction="{{ url_for('delete_stall', stall_id=stall.id) }}"method="POST"onsubmit="return confirm('Are you sure you want to delete {{stall.name}}?');">
<formaction="{{ url_for('delete_stall', stall_id=stall.id) }}"method="POST"onsubmit="return confirm('Are you sure you want to delete {{stall.name}}?');">
>>>>>>> parent of 7615415... Implement stall methods in a MethodView