aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/update_edit.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-14 16:01:01 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-14 16:01:01 +0000
commitf8fef5162bddb4e10f22f8ddce8314a585ec8b4b (patch)
tree14380c8644a9060b98cd79421449874cbebe5714 /templates/web/default/admin/update_edit.html
parent92025d8724eb9affccae41c01d304548f40c5b78 (diff)
Some admin things not using local functions.
Diffstat (limited to 'templates/web/default/admin/update_edit.html')
-rw-r--r--templates/web/default/admin/update_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/update_edit.html b/templates/web/default/admin/update_edit.html
index 26d262f73..dde81641b 100644
--- a/templates/web/default/admin/update_edit.html
+++ b/templates/web/default/admin/update_edit.html
@@ -42,7 +42,7 @@
[% PROCESS abuse_button %] [% PROCESS flag_button user=update.user %]</li>
<li>[% loc('Cobrand:') %] [% update.cobrand %]</li>
<li>[% loc('Cobrand data:') %] [% update.cobrand_data %]</li>
-<li>[% loc('Created:') %] [% PROCESS format_time time=update.created %]</li>
+<li>[% loc('Created:') %] [% PROCESS format_time time=update.created_local %]</li>
[% IF update.photo %]
[% photo = update.get_photo_params %]