Fix deletion form

This commit is contained in:
Yash Karandikar 2022-09-01 14:19:32 -05:00
parent 9e1ffb1a6b
commit 4885d0a16d

View file

@ -3,6 +3,6 @@
<form action="{{uri}}" method="POST">
Are you sure you want to delete this task?
<br>
<a href="/"><button>Cancel</button></a><input style="background-color: #bf616a" type="submit" value="Delete">
<a href="/"><button type="button">Cancel</button></a><input style="background-color: #bf616a" type="submit" value="Delete">
</form>
{% endblock %}