Files
Kanboard-Prod/app/Template/comment/forbidden.php
2014-11-25 21:28:29 -05:00

7 lines
194 B
PHP

<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>