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 }}