From 74cd3282458636431ea3ab40c143bb71adf6c69a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 19 Aug 2013 21:52:15 +0800 Subject: Bug 906667: unable to create accounts - "You must enter your email address" --- template/en/default/global/header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default') 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 %] [% END %] -- cgit v1.2.3-24-g4f1b