mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Fix displaying of services on User Information page
This commit is contained in:
@@ -30,7 +30,9 @@ def find_users_by_email():
|
||||
@user_is_platform_admin
|
||||
def user_information(user_id):
|
||||
user = user_api_client.get_user(user_id)
|
||||
services = user_api_client.get_organisations_and_services_for_user(user)
|
||||
return render_template(
|
||||
'views/find-users/user-information.html',
|
||||
user=user
|
||||
user=user,
|
||||
services=services['services_without_organisations'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user