diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-19 15:52:15 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-19 15:52:15 +0200 |
commit | 74cd3282458636431ea3ab40c143bb71adf6c69a (patch) | |
tree | 55167c30876777929a36986637d69d2362bd5fa4 /template/en/default/global/header.html.tmpl | |
parent | 3013c645945a72ebe3c2be15ebfbf47a8931e15c (diff) | |
download | bugzilla-74cd3282458636431ea3ab40c143bb71adf6c69a.tar.gz bugzilla-74cd3282458636431ea3ab40c143bb71adf6c69a.tar.xz |
Bug 906667: unable to create accounts - "You must enter your email address"
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 7c7fd4f84..ea4104cf6 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -299,7 +299,7 @@ # required to log in. #%] [% IF user.authorizer.can_login && !Bugzilla.page_requires_login %] - [% PROCESS "account/auth/login-small.html.tmpl" %] + [% PROCESS "account/auth/login-small.html.tmpl" qs_suffix = "_top" %] [% END %] </ul> [% END %] |