mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 20:21:49 +02:00
settle_bills: fix HTML
This commit is contained in:
parent
d6291a97e6
commit
9b01f69e5c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<thead><tr><th>{{ _("Who pays?") }}</th><th>{{ _("To whom?") }}</th><th>{{ _("How much?") }}</th><th>{{ _("Settled?") }}</th></tr></thead>
|
<thead><tr><th>{{ _("Who pays?") }}</th><th>{{ _("To whom?") }}</th><th>{{ _("How much?") }}</th><th>{{ _("Settled?") }}</th></tr></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for transaction in transactions %}
|
{% for transaction in transactions %}
|
||||||
<tr receiver={{transaction.receiver.id}}>
|
<tr>
|
||||||
<td>{{ transaction.ower }}</td>
|
<td>{{ transaction.ower }}</td>
|
||||||
<td>{{ transaction.receiver }}</td>
|
<td>{{ transaction.receiver }}</td>
|
||||||
<td>{{ transaction.amount|currency }}</td>
|
<td>{{ transaction.amount|currency }}</td>
|
||||||
|
|
Loading…
Reference in a new issue