summaryrefslogtreecommitdiff
path: root/app/Template/comment/forbidden.php
diff options
context:
space:
mode:
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