2016-06-27 01:45:38 +02:00
|
|
|
@{
|
|
|
|
|
Layout = null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
2023-03-27 17:41:58 +02:00
|
|
|
<title>Error</title>
|
|
|
|
|
<link rel="stylesheet" href="~/Content/BeWoMobileStyle.css?v=1.2" />
|
2016-06-27 01:45:38 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2023-03-27 17:41:58 +02:00
|
|
|
<hgroup>
|
|
|
|
|
<h1>Error.</h1>
|
|
|
|
|
<h2>An error occurred while processing your request. </h2>
|
|
|
|
|
<h4>@ViewData["BeWoError"]</h4>
|
|
|
|
|
</hgroup>
|
2016-06-27 01:45:38 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|