adding delete button to edit page

master
Matt Huntington 3 years ago
parent e275f005f6
commit 2498e6404a

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

Loading…
Cancel
Save