blob: 1e306d45279e7d9420e70245b0193411938f4138 (
plain)
1
2
3
4
5
6
7
|
<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>
|