You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
executaveis/GCI.PortalCondomino/Views/Shared/Lockout.cshtml

11 lines
220 B
Plaintext

@model System.Web.Mvc.HandleErrorInfo
@{
ViewBag.Title = "Desactivado";
}
<hgroup>
<h1 class="text-danger">Desactivado.</h1>
<h2 class="text-danger">A sua conta foi desactivada.</h2>
</hgroup>