mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-25 16:00:27 +01:00
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
@model System.Web.Mvc.HandleErrorInfo
|
|
|
|
@{
|
|
ViewBag.Title = "Locked Out";
|
|
}
|
|
|
|
<hgroup>
|
|
<h1 class="text-danger">Locked out.</h1>
|
|
<h2 class="text-danger">This account has been locked out, please try again later.</h2>
|
|
</hgroup>
|