diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml
index c983d5bbca..ce50ea6517 100644
--- a/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml
+++ b/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml
@@ -1,55 +1,55 @@
-@using DigitalLearningSolutions.Web.ViewModels.Supervisor
-@using Microsoft.Extensions.Configuration
-@model SupervisorDelegateViewModel;
-@inject IConfiguration Configuration;
-@{
-    var errorHasOccurred = !ViewData.ModelState.IsValid;
-    ViewData["Application"] = "Supervisor";
-    ViewData["Title"] = (errorHasOccurred ? "Error: " : "") + "Confirm Nominated supervisor";
-    ViewData["HeaderPath"] = $"{Configuration["AppRootPath"]}/Supervisor/MyStaff";
-    ViewData["HeaderPathName"] = "My Staff";
-}
-
-@section NavMenuItems {
-    
By promoting this member of staff to the Nominated supervisor role, you are confirming there competence to assess the capability of others.
-Once the Nominated supervisor role has been assigned, it can only be removed by a Centre Manager or Clinical Centre Manager.
- - -By promoting this member of staff to the Nominated supervisor role, you are confirming their competence to assess the capability of others.
+Once the Nominated supervisor role has been assigned, it can only be removed by a Centre Manager or Clinical Centre Manager.
+ + +