From b9548e4693cc281686b00113760d1106e319dcbb Mon Sep 17 00:00:00 2001 From: Muhammad Zahran Agung Dewantoro <muhammad.zahran@ui.ac.id> Date: Sun, 23 May 2021 23:38:19 +0700 Subject: [PATCH] edit accept_reject.html --- build/resources/main/templates/accept_reject.html | 2 +- src/main/resources/templates/accept_reject.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/resources/main/templates/accept_reject.html b/build/resources/main/templates/accept_reject.html index 5348c77..0df84b3 100644 --- a/build/resources/main/templates/accept_reject.html +++ b/build/resources/main/templates/accept_reject.html @@ -36,7 +36,7 @@ <td> Pending </td> <td> True </td> <td> - <form th:action="@{/see}"> + <form th:action="@{/see-appointment}"> <button type="submit" class="btn btn-outline-dark">Accept</button> </form> <form th:action="@{/home}"> diff --git a/src/main/resources/templates/accept_reject.html b/src/main/resources/templates/accept_reject.html index 5348c77..0df84b3 100644 --- a/src/main/resources/templates/accept_reject.html +++ b/src/main/resources/templates/accept_reject.html @@ -36,7 +36,7 @@ <td> Pending </td> <td> True </td> <td> - <form th:action="@{/see}"> + <form th:action="@{/see-appointment}"> <button type="submit" class="btn btn-outline-dark">Accept</button> </form> <form th:action="@{/home}"> -- GitLab