Fix refund confirmation not working
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<p class="dark:text-white text-center mt-5">
|
<p class="dark:text-white text-center mt-5">
|
||||||
Are you sure you want to mark this purchase as refunded?
|
Are you sure you want to mark this purchase as refunded?
|
||||||
</p>
|
</p>
|
||||||
<form class="" hx-post="{% url 'refund_purchase' purchase_id %}" hx-target="#modal-container" hx-swap="innerHTML">
|
<form class="" hx-post="{% url 'refund_purchase' purchase_id %}" hx-target="#global-modal-container" hx-swap="innerHTML">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="mt-5 text-center">
|
<div class="mt-5 text-center">
|
||||||
<label class="flex flex-row items-center justify-center align-baseline gap-5">
|
<label class="flex flex-row items-center justify-center align-baseline gap-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user