Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonglittle committed Nov 30, 2021
2 parents bcce65f + 1c43618 commit 43fee73
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 43fee73

Please sign in to comment.