diff options
Diffstat (limited to 'alphabetlearning/templates/payments/cartitem_confirm_delete.html')
-rw-r--r-- | alphabetlearning/templates/payments/cartitem_confirm_delete.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/cartitem_confirm_delete.html b/alphabetlearning/templates/payments/cartitem_confirm_delete.html new file mode 100644 index 0000000..da3b81e --- /dev/null +++ b/alphabetlearning/templates/payments/cartitem_confirm_delete.html @@ -0,0 +1,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> |