PlotDirector/PlotLine/Views/Account/AccessDenied.cshtml

18 lines
435 B
Plaintext

@{
ViewData["Title"] = "Access denied";
}
<div class="page-heading compact">
<div>
<p class="eyebrow">Account</p>
<h1>Access denied</h1>
</div>
</div>
<section class="edit-panel">
<div class="alert alert-warning mb-3">
You do not have access to that part of PlotDirector.
</div>
<a class="btn btn-outline-secondary" asp-controller="Home" asp-action="Index">Back to Home</a>
</section>