From f4acd7d5d90948d559eb530afdcb696be0363fe5 Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Thu, 16 May 2024 20:23:08 -0400 Subject: [PATCH] Fix 'reset receipt' link This should fix the 500 error about a missing csrf token when clicking the "Undo Extras" button. --- uber/templates/preregistration/new_badge_payment.html | 1 + 1 file changed, 1 insertion(+) diff --git a/uber/templates/preregistration/new_badge_payment.html b/uber/templates/preregistration/new_badge_payment.html index dc225a729..d43ae6d5d 100644 --- a/uber/templates/preregistration/new_badge_payment.html +++ b/uber/templates/preregistration/new_badge_payment.html @@ -18,6 +18,7 @@ {% if attendee.has_extras %}
+ {{ csrf_token() }}