This commit is contained in:
Anthony Stirling
2024-06-06 21:23:33 +01:00
parent a40696f16e
commit fd4c75279f
3 changed files with 33 additions and 33 deletions

View File

@@ -78,7 +78,7 @@
<div th:if="${changeMessage}" class="alert alert-danger">
<span th:text="#{${changeMessage}}">Default message if not found</span>
</div>
<form action="/api/v1/user/admin/changeRole" method="post">
<form th:action="@{/api/v1/user/admin/changeRole}" method="post">
<div class="mb-3">
<label for="username" th:text="#{username}">Username</label>
<select name="username" class="form-control" required>