Add org email address to orgs list

This commit is contained in:
Joseph Schorr 2015-10-16 15:17:51 -04:00
parent ad5beab3ef
commit a37b9394d9
2 changed files with 5 additions and 0 deletions

View file

@ -131,6 +131,7 @@ class SuperUserLogs(ApiResource):
def org_view(org):
return {
'name': org.username,
'email': org.email,
'avatar': avatar.get_data_for_org(org),
}