diff --git a/src/Umbraco.Web.UI/Areas/UmbracoInstall/Views/Install/Index.cshtml b/src/Umbraco.Web.UI/Areas/UmbracoInstall/Views/Install/Index.cshtml index 00bc03b40c..8d9a2f3f99 100644 --- a/src/Umbraco.Web.UI/Areas/UmbracoInstall/Views/Install/Index.cshtml +++ b/src/Umbraco.Web.UI/Areas/UmbracoInstall/Views/Install/Index.cshtml @@ -1,4 +1,6 @@ -@{ +@using Umbraco.Web +@using Umbraco.Web.Install.Controllers +@{ Layout = null; } @@ -12,5 +14,13 @@