summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-07-20 19:31:30 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-07-20 19:31:30 +0200
commite4e2e19aeac85b534d5f3b8074b2b3a42122fa4c (patch)
tree25f57e438590baae61d400591a9c3b0b47db2577 /template
parent1b754b706621166e4bc04e99bfd66f60332e0057 (diff)
downloadbugzilla-e4e2e19aeac85b534d5f3b8074b2b3a42122fa4c.tar.gz
bugzilla-e4e2e19aeac85b534d5f3b8074b2b3a42122fa4c.tar.xz
Bug 770855 - Permission error pages should instruct users how to get permissions
r=glob
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index b53840d36..f448ee4d4 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1795,6 +1795,8 @@
[% error_message FILTER none %]
[% END %]
[% END %]
+
+ [% Hook.process('error_message') %]
[% END %]
[%# We only want HTML error messages for ERROR_MODE_WEBPAGE %]