diff --git a/endpoints/api/superuser.py b/endpoints/api/superuser.py index 71ed52476..0606154fa 100644 --- a/endpoints/api/superuser.py +++ b/endpoints/api/superuser.py @@ -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), } diff --git a/static/partials/super-user.html b/static/partials/super-user.html index f1bf0847a..8b7ff1483 100644 --- a/static/partials/super-user.html +++ b/static/partials/super-user.html @@ -106,6 +106,7 @@ Name + Admin E-mail @@ -117,6 +118,9 @@ {{ current_org.name }} + + {{ current_org.email }} +