Skip to content

Commit

Permalink
#EHA-33 fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
beyzaaydeniz committed Jan 1, 2024
1 parent d3d8a6b commit 23f92f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Frontend/desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ <h5 class="modal-title" id="filter-vet-modal-label">Search</h5>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body"><form action="/filter_vet" method="POST">
<label for="fname" class="form-label">Name:</label>
<label class="form-label">Name:</label>
<input type="text" class="form-control" name="fname">

<label for="fclinic" class="form-label">Clinic:</label>
<label class="form-label">Clinic:</label>
<input type="text" class="form-control" name="fclinic">

<div class="modal-footer">
Expand Down

0 comments on commit 23f92f8

Please sign in to comment.