diff options
author | Tiago Mello <timello@gmail.com> | 2011-07-26 01:52:00 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-07-26 01:52:00 +0200 |
commit | e4a16503fd26ec1f64b6206cd1775a295eb30a5c (patch) | |
tree | 68c60bac030d57009b3f4d3cf96c47c3fbfdaff3 /template/en | |
parent | 27b98ef11ca76fb4dde01a6bf9c5f31a89b5da99 (diff) | |
download | bugzilla-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.tar.gz bugzilla-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.tar.xz |
Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl template
r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
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 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") %] |