adding delete button to edit page

master
Matt Huntington 3 years ago
parent e275f005f6
commit 2498e6404a

@ -21,6 +21,9 @@
</section>
<section>
<h2>Delete Item</h2>
<form method="POST" action="/{{item[0]}}?_method=DELETE">
<input type="submit" value="DELETE" />
</form>
</section>
</body>
</html>

Loading…
Cancel
Save