summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r--template/en/default/account/create.html.tmpl10
1 files changed, 3 insertions, 7 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 21d9251b5..1b5a4daa8 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -13,13 +13,9 @@
# Param("emailsuffix") is used to pre-fill the email field.
#%]
-[% title = BLOCK %]
- Create a new [% terms.Bugzilla %] account
-[% END %]
-
[% PROCESS global/header.html.tmpl
- title = title
- onload = "document.forms['account_creation_form'].login.focus();" %]
+ title = "Create a new $terms.Bugzilla account"
+%]
<p>
To create a [% terms.Bugzilla %] account, all you need to do is to enter
@@ -75,7 +71,7 @@
Email address:
[% END %]
</span>
- <input size="35" id="login" name="login"
+ <input size="35" id="login" name="login" autofocus
[%- ' type="email"' UNLESS Param('emailsuffix') %]>
[% Param('emailsuffix') FILTER html %]
<input type="hidden" id="token" name="token" value="[% issue_hash_token(['create_account']) FILTER html %]">