diff --git a/ihatemoney/templates/statistics.html b/ihatemoney/templates/statistics.html index 9e7a10de..86f9cd42 100644 --- a/ihatemoney/templates/statistics.html +++ b/ihatemoney/templates/statistics.html @@ -27,7 +27,7 @@ {% for month in months %} - {{ _(month.strftime("%B")) }} {{ month.year }} + {{ month|dateformat("MMMM yyyy") }} {{ monthly_stats[month.year][month.month]|currency }} {% endfor %}