summaryrefslogtreecommitdiffstats
path: root/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl')
-rw-r--r--extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
index ca143cca3..4fcd47a68 100644
--- a/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -23,4 +23,9 @@
[% title = "Parameters Required" %]
You may not search flag state activity without any search terms.
+[% ELSIF error == "reviews_blocked" %]
+ [% title = "Request Blocked" %]
+ [% user.identity FILTER html %] is not currently accepting
+ '[% flagtype FILTER html %]' requests.
+
[% END %]