diff options
| -rw-r--r-- | ihatemoney/templates/list_bills.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 12c5072..849fc15 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -110,7 +110,7 @@ <tr owers="{{bill.owers|join(',','id')}}" payer="{{bill.payer.id}}"> <td> <span data-toggle="tooltip" data-placement="top" - title="{{ _('Added on %(date)s', date=bill.creation_date if bill.creation_date else bill.date) }}"> + title="{{ _('Added on %(date)s', date=bill.creation_date|dateformat("long") if bill.creation_date else bill.date|dateformat("long")) }}"> {{ bill.date }} </span> </td> |
