summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/exists.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/exists.html.tmpl')
-rw-r--r--template/en/default/account/exists.html.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/account/exists.html.tmpl b/template/en/default/account/exists.html.tmpl
index 3516dc7cc..4b3de2209 100644
--- a/template/en/default/account/exists.html.tmpl
+++ b/template/en/default/account/exists.html.tmpl
@@ -23,15 +23,17 @@
# login: string. The user's Bugzilla login email address.
#%]
-[% PROCESS global/header.html.tmpl
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
title = "Account Exists"
%]
<form method="get" action="token.cgi">
<input type="hidden" name="a" value="reqpw">
<input type="hidden" name="loginname" value="[% login FILTER html %]">
- A Bugzilla account for <tt>[% login FILTER html %]</tt> already exists. If you
- are the account holder and have forgotten your password,
+ A [% terms.Bugzilla %] account for <tt>[% login FILTER html %]</tt> already exists. If you
+ are the account holder and have forgotten your password,
<input type="submit" value="submit a request to change it">.
</form>