diff --git a/Resources/views/Report/export.csv.twig b/Resources/views/Report/export.csv.twig index e2dcb15c6..b0482afe9 100644 --- a/Resources/views/Report/export.csv.twig +++ b/Resources/views/Report/export.csv.twig @@ -13,7 +13,7 @@ #}{{ report.id }},{# #}"{{ report.person|csv_cell }}",{# #}"{{ report.person.id|csv_cell }}",{# - #}"{{ report.date|localizeddate('short', 'none') }}",{# + #}"{{ report.date|format_date('short', 'none') }}",{# #}"{{ report.user|csv_cell }}",{# #}"{{ report.cFGroup.getName(app.request.locale)|csv_cell }}",{# #}{% for customField in report.cFGroup.activeCustomFields %}{# diff --git a/Resources/views/Report/list.html.twig b/Resources/views/Report/list.html.twig index d9d603e10..350c0b0d2 100644 --- a/Resources/views/Report/list.html.twig +++ b/Resources/views/Report/list.html.twig @@ -41,7 +41,7 @@
{% for report in reports %}