Skip to content

Commit

Permalink
fix labeling on loan status input
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyadam committed Nov 30, 2021
1 parent bcc30d7 commit ae842ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library-express/views/loan_status.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>Library Inventory Management</h1>
<form id="addStatus" action="/loan_status" method="post">
<h2>Add loan status</h1>
<label>Status: </label>
<label>Status Name: </label>
<input type="text" name="statusDescription" required><br>
<p><input type="submit" value="Create Status"></p>
</form>
Expand Down

0 comments on commit ae842ee

Please sign in to comment.