settle_bills: fix HTML

This commit is contained in:
Baptiste Jonglez 2024-03-29 17:29:44 +01:00
parent d6291a97e6
commit 9b01f69e5c

View file

@ -12,7 +12,7 @@
<thead><tr><th>{{ _("Who pays?") }}</th><th>{{ _("To whom?") }}</th><th>{{ _("How much?") }}</th><th>{{ _("Settled?") }}</th></tr></thead>
<tbody>
{% for transaction in transactions %}
<tr receiver={{transaction.receiver.id}}>
<tr>
<td>{{ transaction.ower }}</td>
<td>{{ transaction.receiver }}</td>
<td>{{ transaction.amount|currency }}</td>