Commit 219c51f8 by Victor Shnayder

Fix placeholder email in signup form

parent 6b468df5
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="input-group"> <div class="input-group">
% if has_extauth_info is UNDEFINED: % if has_extauth_info is UNDEFINED:
<label data-field="email">E-mail*</label> <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> <label data-field="password">Password*</label>
<input name="password" type="password" placeholder="****"> <input name="password" type="password" placeholder="****">
<label data-field="username">Public Username*</label> <label data-field="username">Public Username*</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment