diff --git a/apps/physicians/ui_views.py b/apps/physicians/ui_views.py index 3ed4b08..15d604f 100644 --- a/apps/physicians/ui_views.py +++ b/apps/physicians/ui_views.py @@ -151,6 +151,7 @@ def physician_ratings_dashboard(request): context = { "years": years, + "departments": departments, "filters": request.GET, }