diff --git a/Parking_spaces/Views/Manager/Single_violation_detail.cshtml b/Parking_spaces/Views/Manager/Single_violation_detail.cshtml index ddffa8b..feb9eb3 100644 --- a/Parking_spaces/Views/Manager/Single_violation_detail.cshtml +++ b/Parking_spaces/Views/Manager/Single_violation_detail.cshtml @@ -1,7 +1,7 @@  @{ ViewData["Title"] = "Single_violation_detail"; - Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; + Layout = "~/Views/Shared/_Layout_Manager.cshtml"; var parking_spaces_name = ViewBag.parking_spaces_name; }