aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/list_bills.html
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2020-04-26 17:24:33 +0200
committerGlandos <bugs-github@antipoul.fr>2020-11-13 21:40:39 +0100
commit8a5193f4433703e5f343b1f91a66bb3745473717 (patch)
treed20e38b858b8bbd001049c07111f7afa37e70174 /ihatemoney/templates/list_bills.html
parent384d3eeb2c78fe61b64c762efbb5e131949ef812 (diff)
downloadihatemoney-mirror-8a5193f4433703e5f343b1f91a66bb3745473717.zip
ihatemoney-mirror-8a5193f4433703e5f343b1f91a66bb3745473717.tar.gz
ihatemoney-mirror-8a5193f4433703e5f343b1f91a66bb3745473717.tar.bz2
Localize date in the "Added on" tooltip in the list of bills
Diffstat (limited to 'ihatemoney/templates/list_bills.html')
-rw-r--r--ihatemoney/templates/list_bills.html2
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>