]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1848099: Signup form email field needs a label (#178)
authorDave Miller <justdave@bugzilla.org>
Tue, 14 May 2024 06:11:56 +0000 (02:11 -0400)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 06:11:56 +0000 (02:11 -0400)
template/en/default/account/create.html.tmpl

index 5711a726f3b4dd98fe7129f67a483ee0ad5a1c10..6362a86f30cf2deb95ed22b15bcb7621780482d5 100644 (file)
 [% 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 %]