From baa04a6d68e42536f198e60e7d06928f518b8a3b Mon Sep 17 00:00:00 2001 From: Horsman Date: Thu, 22 Dec 2016 17:56:20 +0100 Subject: [PATCH] Reset layout in ServerError view. https://github.com/sdl/dxa-web-application-dotnet/issues/36 --- Site/Views/Shared/ServerError.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Site/Views/Shared/ServerError.cshtml b/Site/Views/Shared/ServerError.cshtml index 1047600e..ef6d61e1 100644 --- a/Site/Views/Shared/ServerError.cshtml +++ b/Site/Views/Shared/ServerError.cshtml @@ -1,4 +1,7 @@ - +@{ + Layout = ""; +} +