From c6bd8d5f3356080aa052df65a617ea698a7dc375 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 18 Jul 2024 10:09:06 +0300 Subject: [PATCH] new --- .../templates/details_templates/customer-details.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index fac3c6fb..58ba330c 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -393,7 +393,13 @@ -

{{payment.type.name}}

+ {% for type in payment.type.all %} +
+ +

{{type.name}}

+
+ {% endfor %}