diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-25 21:28:29 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-25 21:28:29 -0500 |
commit | 5fb686dd9c5474aba3e274bbe7917e8259aa27e3 (patch) | |
tree | 7e9b8ad9b34a1410fe96c5c1fde1ed2db8aef7d6 /app/Template/comment/forbidden.php | |
parent | cdfd6a8abefa6cbea2dbae9e7f758914f7fb465e (diff) |
Move comment templates to a subfolder
Diffstat (limited to 'app/Template/comment/forbidden.php')
-rw-r--r-- | app/Template/comment/forbidden.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Template/comment/forbidden.php b/app/Template/comment/forbidden.php new file mode 100644 index 00000000..1e306d45 --- /dev/null +++ b/app/Template/comment/forbidden.php @@ -0,0 +1,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>
\ No newline at end of file |