We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd2d76 commit a679980Copy full SHA for a679980
1 file changed
Vehicle Rental System/src/main/resources/templates/admin/rentals.html
@@ -53,7 +53,7 @@ <h2> Rentals (currently out vehicles) </h3>
53
</div>
54
55
<div class="jumbotron">
56
- <form id="filterForm" th:action="@{/admin/reservations}" method="post">
+ <form id="filterForm" th:action="@{/admin/rentals}" method="post">
57
<div class="form-group">
58
<label for="dueDate" >Filter by due date</label>
59
<input type="text" placeholder="Due Date" autocomplete="off" id="dueDate" th:value="${#dates.format(dueDate, 'dd-MM-yyyy')}"
0 commit comments