From e4a16503fd26ec1f64b6206cd1775a295eb30a5c Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Mon, 25 Jul 2011 20:52:00 -0300 Subject: Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl template r/a=mkanat --- template/en/default/global/user-error.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 52bacc457..e6f69dca4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -218,6 +218,8 @@ versions [% ELSIF object == "workflow" %] the workflow + [% ELSE %] + [%+ Hook.process('auth_failure_object') %] [% END %]. [% Hook.process("auth_failure") %] -- cgit v1.2.3-24-g4f1b