From 0a0cb068f24d62ebd73c1c1d1f5e704722d611ba Mon Sep 17 00:00:00 2001 From: NguyenND Date: Thu, 11 Jun 2026 09:34:19 -0400 Subject: [PATCH] 06/11 Dashboard remove total facilities, templates section --- app/templates/dashboard.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 0d0c436..505a7a4 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -179,40 +179,6 @@ -{# ── System quick stats (admin/director) ─────────────────────────────────── #} -{% if current_user.role in ['admin', 'director'] %} -
-
-
-
- -
{{ total_facilities }}
-
Active Facilities
-
-
-
-
-
-
- -
{{ total_templates }}
-
Templates
-
-
-
- {% if current_user.role == 'admin' %} -
-
-
- -
{{ total_users }}
-
Users
-
-
-
- {% endif %} -
-{% endif %} {# ── Score trend chart + Facility performance ───────────────────────────── #}