From a361d7f1f8dc9b0e8cb71307eacfa2be9b4d9929 Mon Sep 17 00:00:00 2001 From: Matt Barton Date: Tue, 30 Jul 2024 16:23:51 +0100 Subject: [PATCH] fix: restored page name variable --- Childrens-Social-Care-CPD/Views/Shared/_Feedback.cshtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Childrens-Social-Care-CPD/Views/Shared/_Feedback.cshtml b/Childrens-Social-Care-CPD/Views/Shared/_Feedback.cshtml index aa77deaa..4d05d2f9 100644 --- a/Childrens-Social-Care-CPD/Views/Shared/_Feedback.cshtml +++ b/Childrens-Social-Care-CPD/Views/Shared/_Feedback.cshtml @@ -4,6 +4,9 @@ @if (!featureConfig.IsEnabled(Features.FeedbackControl)) return; +@{ + var contextModel = (ContextModel)ViewBag.ContextModel; +}
@@ -15,6 +18,7 @@
+
Use this form to provide feedback about this page.