Add History tab to /realm_activity

(imported from commit 1c308fc46031f68441a6cfba293a45655959cb7e)
This commit is contained in:
Steve Howell 2013-11-01 16:41:45 -04:00
parent 33c7ec4215
commit f71fa2eef1

View File

@ -2678,6 +2678,10 @@ def get_realm_activity(request, realm):
data += [(page_title, dict(content=content))]
page_title = 'History'
content = sent_messages_report(realm)
data += [(page_title, dict(content=content))]
realm = None
title = realm
return render_to_response(