Access denied
You are trying to view a page you are not allowed to see. If you are not logged in, log in. Otherwise, check that your account should be able to view it.
<main class="container">
<div class="row error-page align-items-center">
<div class="error-page-content col-12 col-md-6">
<h1>Access denied</h1>
<p>You are trying to view a page you are not allowed to see. If you are not logged in, log in. Otherwise, check that your account should be able to view it.</p>
<p class="error-page-home-link">
<a class="btn btn-primary" href="home">Go to homepage</a>
</p>
</div>
<div class="error-page-image col-12 col-md-6">
<img src="{path-to-image}/error-access-denied.svg" alt="Access denied illustration">
</div>
</div>
</main>
You are trying to view a page you are not allowed to see. If you are not logged in, log in. Otherwise, check that your account should be able to view it.