aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/cartitem_confirm_delete.html
blob: da3b81e70e882ed8cdd822e36ea5c1d89b067869 (plain) (blame)
1
2
3
4
5
6
7
<!- TODO improve the handling of this and make it htmx ->
<form method="post">
	{% csrf_token %}
    <p>Are you sure you want to delete "{{ object }}"?</p>
    {{ form }}
    <input type="submit" value="Confirm">
</form>