Add services overview table to organization dashboard

This commit is contained in:
Beverly Nguyen
2025-10-16 17:42:42 -07:00
parent 847101fbf6
commit 507c33a4db
2 changed files with 44 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ def organization_dashboard(org_id):
return render_template(
"views/organizations/organization/index.html",
selected_year=year,
services=current_organization.services,
**message_allowance,
**service_counts,
)