From 596d1ccfe1ccaee04eb800425d9053eac206f390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 5 Mar 2026 20:34:58 +0100 Subject: [PATCH] Fix refund confirmation not working --- games/templates/partials/refund_purchase_confirmation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/templates/partials/refund_purchase_confirmation.html b/games/templates/partials/refund_purchase_confirmation.html index e1c2785..aea1252 100644 --- a/games/templates/partials/refund_purchase_confirmation.html +++ b/games/templates/partials/refund_purchase_confirmation.html @@ -5,7 +5,7 @@

Are you sure you want to mark this purchase as refunded?

-
+ {% csrf_token %}