From e4e2e19aeac85b534d5f3b8074b2b3a42122fa4c Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 20 Jul 2012 13:31:30 -0400 Subject: Bug 770855 - Permission error pages should instruct users how to get permissions r=glob --- template/en/default/global/user-error.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/global') 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 %] -- cgit v1.2.3-24-g4f1b