Merge pull request #1442 from MITx/marketing/reg-tweak
Fix placeholder email in signup form
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="input-group">
|
||||
% if has_extauth_info is UNDEFINED:
|
||||
<label data-field="email">E-mail*</label>
|
||||
<input name="email" type="email" placeholder="eg. example@edx.org">
|
||||
<input name="email" type="email" placeholder="eg. yourname@domain.com">
|
||||
<label data-field="password">Password*</label>
|
||||
<input name="password" type="password" placeholder="****">
|
||||
<label data-field="username">Public Username*</label>
|
||||
|
||||
Reference in New Issue
Block a user