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.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 15896ef55..21d9251b5 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -75,7 +75,9 @@
Email address:
[% END %]
</span>
- <input size="35" id="login" name="login"> [% Param('emailsuffix') FILTER html %]
+ <input size="35" id="login" name="login"
+ [%- ' type="email"' UNLESS Param('emailsuffix') %]>
+ [% Param('emailsuffix') FILTER html %]
<input type="hidden" id="token" name="token" value="[% issue_hash_token(['create_account']) FILTER html %]">
<input type="submit" id="send" value="Send">
</form>