blob: 1cba7b58e762711af2ba288987d2fee77d1cb586 (
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('You are not allowed to access to this project.') ?>
</p>
</section>
|