summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-08-19 15:52:15 +0200
committerByron Jones <bjones@mozilla.com>2013-08-19 15:52:15 +0200
commit74cd3282458636431ea3ab40c143bb71adf6c69a (patch)
tree55167c30876777929a36986637d69d2362bd5fa4 /template
parent3013c645945a72ebe3c2be15ebfbf47a8931e15c (diff)
downloadbugzilla-74cd3282458636431ea3ab40c143bb71adf6c69a.tar.gz
bugzilla-74cd3282458636431ea3ab40c143bb71adf6c69a.tar.xz
Bug 906667: unable to create accounts - "You must enter your email address"
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl2
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 %]