From 9b01f69e5caa89e670b664220a4d99b3dd6f0c90 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Fri, 29 Mar 2024 17:29:44 +0100 Subject: [PATCH] settle_bills: fix HTML --- ihatemoney/templates/settle_bills.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/settle_bills.html b/ihatemoney/templates/settle_bills.html index a69ed64f..8997479a 100644 --- a/ihatemoney/templates/settle_bills.html +++ b/ihatemoney/templates/settle_bills.html @@ -12,7 +12,7 @@ {{ _("Who pays?") }}{{ _("To whom?") }}{{ _("How much?") }}{{ _("Settled?") }} {% for transaction in transactions %} - + {{ transaction.ower }} {{ transaction.receiver }} {{ transaction.amount|currency }}