Skip to content

Commit

Permalink
The username field should actually be the name field
Browse files Browse the repository at this point in the history
  • Loading branch information
deitch committed Feb 27, 2013
1 parent fe0d386 commit 4c41406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/welcome.html.eco
Expand Up @@ -29,7 +29,7 @@ layout: default
<input type="text" name="fullname" class="text linput required" autofocus="autofocus" placeholder="Your name"/>
</dd></dl>
<dl><dd>
<input type="text" name="username" class="text linput required" placeholder="Username" validation="/api/signupcheck/user/"/>&nbsp;<div class="error">abc</div>
<input type="text" name="name" class="text linput required" placeholder="Username" validation="/api/signupcheck/user/"/>&nbsp;<div class="error">abc</div>
</dd></dl>
<dl><dd>
<input type="text" name="email" class="text linput required email" placeholder="Email" validation="/api/signupcheck/email/"/>&nbsp;<div class="error"></div>
Expand Down

0 comments on commit 4c41406

Please sign in to comment.