summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2011-07-26 01:52:00 +0200
committerTiago Mello <timello@gmail.com>2011-07-26 01:52:00 +0200
commite4a16503fd26ec1f64b6206cd1775a295eb30a5c (patch)
tree68c60bac030d57009b3f4d3cf96c47c3fbfdaff3 /template/en/default
parent27b98ef11ca76fb4dde01a6bf9c5f31a89b5da99 (diff)
downloadbugzilla-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/default')
-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 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") %]