diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-04 12:18:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-04 12:18:34 +0000 |
commit | e8af0209324396c968701a930efb7223ecc91a4b (patch) | |
tree | 126793582f9daaf4284f43af994560f78d2a180d | |
parent | 652f1c552c27831cf78ba6fb6308463ee513023d (diff) |
Typo when fixing datetime format earlier.
-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 %] |