Skip to content

Commit

Permalink
typo fix in student_create view
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Sahay committed Mar 22, 2016
1 parent 4a71a50 commit 4632896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysite/resumedrop/templates/resumedrop/student_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2> Create student profile </h2>
</div>

<div class="input-group" style="width:340px;text-align:center;margin:0 auto;">
<input class="form-control input-lg" title="Don't worry. We hate spam, and will not share your email with anyone." name="wpi_username" placeholder="WPI username" type="text" required>
<input class="form-control input-lg" title="Don't worry. We hate spam, and will not share your email with anyone." name="wpi_username" placeholder="WPI Username" type="text" required>
<span class="input-group-btn"><button class="btn btn-lg" type="button" disabled>@wpi.edu</button></span>
</div>

Expand Down

0 comments on commit 4632896

Please sign in to comment.