From 8b6c59518428e2466d9182e55549702bad84bfd7 Mon Sep 17 00:00:00 2001 From: "Andrew K. Choi" Date: Wed, 6 Aug 2025 12:10:18 +0900 Subject: [PATCH] bugfix --- lottery/templates/admin/add_participants.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottery/templates/admin/add_participants.html b/lottery/templates/admin/add_participants.html index 85c83bf..4c91ae5 100644 --- a/lottery/templates/admin/add_participants.html +++ b/lottery/templates/admin/add_participants.html @@ -92,7 +92,7 @@ {{ invoice.created_at|date:"d.m.Y H:i" }} - {% if invoice.closed_at %}{{ invoice.closed_at|date:"d.m.Y H:i" | default: "Счет не закрыт!"}}{% else %}—{% endif %} + {% if invoice.closed_at %}{{ invoice.closed_at|date:"d.m.Y H:i"}}{% else %}—{% endif %} {{ invoice.ext_id|default:"—" }} {{ invoice.client.name|default:"Не указан" }} {{ invoice.client.club_card_number|default:"—" }}