18 lines
440 B
Plaintext
18 lines
440 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 PlotWeaver Studio.
|
|
</div>
|
|
<a class="btn btn-outline-secondary" asp-controller="Home" asp-action="Index">Back to Home</a>
|
|
</section>
|