From 1091dcdfde5c2859329178af3a5db390cb5da8f6 Mon Sep 17 00:00:00 2001 From: ismail Date: Wed, 11 Mar 2026 01:37:32 +0300 Subject: [PATCH] Fix remaining syntax errors in physicians/ui_views.py - remove orphaned lines --- apps/physicians/ui_views.py | 1 + 1 file changed, 1 insertion(+) 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, }