summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl3
-rw-r--r--template/en/default/account/auth/login.html.tmpl1
2 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index a6e3b6ddb..a18ee70a2 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -37,7 +37,8 @@
<table>
<tr>
<td align="right"><b>Login:</b></td>
- <td><input size="20" name="Bugzilla_login"></td>
+ <td><input size="20" name="Bugzilla_login">
+ [% Param('emailsuffix') FILTER html %]</td>
</tr>
<tr>
<td align="right"><b>Password:</b></td>
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 37c79e1ec..d2c4950e4 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -44,6 +44,7 @@
</td>
<td>
<input size="35" name="Bugzilla_login">
+ [% Param('emailsuffix') FILTER html %]
</td>
</tr>
<tr>