Skip to content

Commit

Permalink
forms
Browse files Browse the repository at this point in the history
  • Loading branch information
shakty committed May 7, 2021
1 parent 6e687e7 commit a44e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8_WebServer/solutions/public/8_bootstrap_forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Fill-in a Small Survey</h1>
</div>
<div class="form-group col-md-6">
<label for="pwd">Password</label>
<input type="password" class="form-control" name="pwd" id="pwd">
<input type="password" class="form-control" name="pwd" id="pwd" required>
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit a44e8f3

Please sign in to comment.