Commit 24d9d4d1 by Calen Pennington

Merge pull request #1082 from MITx/fix/apenney/signup

You need to fill out your full name but it's not marked with a *
parents b47fdd52 c4377484
......@@ -26,7 +26,7 @@
<input name="password" type="password" placeholder="****">
<label data-field="username">Public Username*</label>
<input name="username" type="text" placeholder="Shown on forms">
<label data-field="name">Full Name</label>
<label data-field="name">Full Name*</label>
<input name="name" type="text" placeholder="For your certificate">
% else:
<p><i>Welcome</i> ${extauth_email}</p><br/>
......
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