diff --git a/ihatemoney/templates/settle_bills.html b/ihatemoney/templates/settle_bills.html index d23f9c06..a69ed64f 100644 --- a/ihatemoney/templates/settle_bills.html +++ b/ihatemoney/templates/settle_bills.html @@ -11,14 +11,14 @@
{{ _("Who pays?") }} | {{ _("To whom?") }} | {{ _("How much?") }} | {{ _("Settled?") }} |
---|---|---|---|
{{ bill.ower }} | -{{ bill.receiver }} | -{{ bill.amount|currency }} | + {% for transaction in transactions %} +|
{{ transaction.ower }} | +{{ transaction.receiver }} | +{{ transaction.amount|currency }} |
-
+
{{ ("Settle") }}
diff --git a/ihatemoney/web.py b/ihatemoney/web.py
index 4b5c82c5..617fdfa3 100644
--- a/ihatemoney/web.py
+++ b/ihatemoney/web.py
@@ -846,24 +846,24 @@ def change_lang(lang):
@main.route("/ |