summaryrefslogtreecommitdiff
path: root/templates/comment_forbidden.php
blob: eeea8404bf501d8070ad6562f917e9081098552c (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 or the creator of the comment can access to this page.') ?>
    </p>
</section>