summaryrefslogtreecommitdiff
path: root/app/Template/comment/forbidden.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-25 21:28:29 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-25 21:28:29 -0500
commit5fb686dd9c5474aba3e274bbe7917e8259aa27e3 (patch)
tree7e9b8ad9b34a1410fe96c5c1fde1ed2db8aef7d6 /app/Template/comment/forbidden.php
parentcdfd6a8abefa6cbea2dbae9e7f758914f7fb465e (diff)
Move comment templates to a subfolder
Diffstat (limited to 'app/Template/comment/forbidden.php')
-rw-r--r--app/Template/comment/forbidden.php7
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