From 57bddc5628013b48b9bddd413fdee85554943542 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Thu, 16 Mar 2023 14:37:51 +0100 Subject: [PATCH] Fix Update Payment modal Signed-off-by: Emmy D'Anello --- apps/registration/templates/registration/user_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/registration/templates/registration/user_detail.html b/apps/registration/templates/registration/user_detail.html index 5ae3961..84ded7b 100644 --- a/apps/registration/templates/registration/user_detail.html +++ b/apps/registration/templates/registration/user_detail.html @@ -218,7 +218,7 @@ {% endif %} {% if user_object.registration.team.participation.valid %} - initModal("updatePaymentModal", "{% url "registration:update_payment" pk=user_object.registration.payment.pk %}") + initModal("updatePayment", "{% url "registration:update_payment" pk=user_object.registration.payment.pk %}") {% endif %} });