Skip to content

Commit a679980

Browse files
committed
Fixed Rental View
1 parent efd2d76 commit a679980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Vehicle Rental System/src/main/resources/templates/admin

Vehicle Rental System/src/main/resources/templates/admin/rentals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2> Rentals (currently out vehicles) </h3>
5353
</div>
5454

5555
<div class="jumbotron">
56-
<form id="filterForm" th:action="@{/admin/reservations}" method="post">
56+
<form id="filterForm" th:action="@{/admin/rentals}" method="post">
5757
<div class="form-group">
5858
<label for="dueDate" >Filter by due date</label>
5959
<input type="text" placeholder="Due Date" autocomplete="off" id="dueDate" th:value="${#dates.format(dueDate, 'dd-MM-yyyy')}"

0 commit comments

Comments
 (0)