Clean up time display on the Activity page.

(imported from commit fc1d0cad1ed8a70ddf34c29633569ed473430fc8)
This commit is contained in:
Steve Howell 2013-11-14 12:25:20 -05:00
parent c214691a1e
commit 0c74d55d6b
1 changed files with 2 additions and 0 deletions

View File

@ -257,6 +257,8 @@ def ad_hoc_queries():
for i, col in enumerate(cols):
if col == 'Domain':
fix_rows(i, realm_activity_link)
elif col in ['Last time', 'Last visit']:
fix_rows(i, format_date_for_activity_reports)
content = make_table(title, cols, rows)