mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-21 00:30:23 +00:00
10 lines
237 B
Text
10 lines
237 B
Text
@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>
|