From 3e5fc54202f854e76b139ec71fd78e91029dc7d2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 18 Nov 2013 22:25:09 +0800 Subject: Bug 937180: creation_ts of bugs and attachments always at 0 seconds --- template/en/default/attachment/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/attachment/list.html.tmpl') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 05ad0bb26..c89c7bb78 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -101,7 +101,7 @@ function toggle_display(link) {
- [%- attachment.attached FILTER time %], + [%- attachment.attached FILTER time("%Y-%m-%d %H:%M %Z") %], [%# No need to recreate the exact same template if we already have it. %] [% attacher_id = attachment.attacher.id %] -- cgit v1.2.3-24-g4f1b