Skip to content

Commit

Permalink
Bug 1848099: Signup form email field needs a label (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 14, 2024
1 parent cc0cb77 commit 1b5c347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/en/default/account/create.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
[% END %]

<form id="account_creation_form" method="get" action="createaccount.cgi">
<span class="label">
<label for="login"><span class="label">
[% IF Param('emailsuffix') %]
Login:
[% ELSE %]
Email address:
[% END %]
</span>
</span></label>
<input size="35" id="login" name="login" autofocus
[%- ' type="email"' UNLESS Param('emailsuffix') %] required>
[% Param('emailsuffix') FILTER html %]
Expand Down

0 comments on commit 1b5c347

Please sign in to comment.