diff options
author | reed%reedloden.com <> | 2007-01-09 09:42:34 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2007-01-09 09:42:34 +0000 |
commit | 6b6c8c06c64d25dca019d9270695da428e19c1cd (patch) | |
tree | 5349cf33be86a5a3e0ba8139479b0ff87affe2d0 | |
parent | 3aae42b3700e7ce77fb49c72efdb33eb57ff5e46 (diff) | |
download | bugs-6b6c8c06c64d25dca019d9270695da428e19c1cd.tar bugs-6b6c8c06c64d25dca019d9270695da428e19c1cd.tar.gz bugs-6b6c8c06c64d25dca019d9270695da428e19c1cd.tar.bz2 bugs-6b6c8c06c64d25dca019d9270695da428e19c1cd.tar.xz bugs-6b6c8c06c64d25dca019d9270695da428e19c1cd.zip |
Bug 364858 - "Add hook in user-error.html.tmpl for text after "auth_failure" message" [p=reed r=gerv a=justdave]
-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 f48227521..b2a3624b2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -198,6 +198,8 @@ versions [% END %]. + [% Hook.process("auth_failure") %] + [% ELSIF error == "attachment_deletion_disabled" %] [% title = "Attachment Deletion Disabled" %] Attachment deletion is disabled on this installation. |