mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 16:58:21 -05:00
Use input type="email" in the registration form.
This commit is contained in:
@@ -2031,7 +2031,8 @@ li.searchfacet {
|
||||
.user-form input.logtxt { width: 125px; }
|
||||
|
||||
.user-form input[type=text],
|
||||
.user-form input[type=password] {
|
||||
.user-form input[type=password],
|
||||
.user-form input[type=email] {
|
||||
width: 125px;
|
||||
border: 1px solid #A0A0A0;
|
||||
margin-top: 2px;
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
${_('account recovery email')}: <i>(${_('optional')})
|
||||
</i></label>
|
||||
<input value="" name="email" id="email_${op}"
|
||||
type="text" maxlength="50" tabindex="${tabindex}"/>
|
||||
type="email" maxlength="50" tabindex="${tabindex}"/>
|
||||
<label for="email_${op}" class="note">${_('we will only send email at your request')}</label>
|
||||
%if register:
|
||||
${error_field("BAD_EMAILS", "email", kind="span")}
|
||||
|
||||
Reference in New Issue
Block a user