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:"—" }}