mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add usage stats to organisation page.
This commit is contained in:
@@ -125,8 +125,10 @@ def add_organisation_from_nhs_local_service(service_id):
|
||||
@main.route("/organisations/<uuid:org_id>", methods=['GET'])
|
||||
@user_has_permissions()
|
||||
def organisation_dashboard(org_id):
|
||||
services = current_organisation.services_and_usage()
|
||||
return render_template(
|
||||
'views/organisations/organisation/index.html',
|
||||
services=services
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user