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

You need to fill out your full name but it's not marked with a *
This commit is contained in:
Calen Pennington
2012-11-27 08:59:22 -08:00

View File

@@ -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/>