diff options
-rw-r--r-- | templates/web/default/admin/report_blocks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/report_blocks.html b/templates/web/default/admin/report_blocks.html index 13b6c3521..bb9f34cb9 100644 --- a/templates/web/default/admin/report_blocks.html +++ b/templates/web/default/admin/report_blocks.html @@ -19,6 +19,6 @@ [%# note: date format here (i.e., dd.mm.YYYY) currently used by Zurich %] [% BLOCK format_date -%] [%- IF this_date %] - [% this_date.strftime('%d.%m.%y') %] + [% this_date.strftime('%d.%m.%Y') %] [% ELSE %][% no_time || ' ' %][% END %][% no_time = '' %] [%- END %] |