summaryrefslogtreecommitdiff
path: root/app/Templates/user_forbidden.php
blob: 853159ba8033059b73dd134e0704e7b8700e3d75 (plain)
1
2
3
4
5
6
7
8
9
<section id="main">
    <div class="page-header">
        <h2><?= t('Forbidden') ?></h2>
    </div>

    <p class="alert alert-error">
        <?= t('Only administrators can access to this page.') ?>
    </p>
</section>