diff options
Diffstat (limited to 'templates/web/zurich/admin/problem_row.html')
-rw-r--r-- | templates/web/zurich/admin/problem_row.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/problem_row.html b/templates/web/zurich/admin/problem_row.html index f84d22711..7974915eb 100644 --- a/templates/web/zurich/admin/problem_row.html +++ b/templates/web/zurich/admin/problem_row.html @@ -18,8 +18,8 @@ </td> <td>[% PROCESS value_or_nbsp value=problem.title %]</td> <td>[% PROCESS value_or_nbsp value=problem.category %]</td> - <td>[% PROCESS format_date this_date=problem.created %]</td> - <td>[% PROCESS format_date this_date=problem.lastupdate %]</td> + <td>[% PROCESS format_date this_date=problem.created_local %]</td> + <td>[% PROCESS format_date this_date=problem.lastupdate_local %]</td> <td>[% states.${problem.state} %]</td> [% IF include_subdiv %] |