This commit is contained in:
Parpaillax
2024-04-24 15:06:33 +02:00
parent 3713edd3fa
commit 96e63e84b3
2 changed files with 2 additions and 5 deletions

View File

@@ -50,7 +50,7 @@
<span th:text="${userProfile.credit}"></span>
</li>
</ul>
<form th:action="@{/profil/edit}" method="post" class="mt-3">
<form th:action="@{/profil/edit}" method="post" class="d-flex justify-content-end align-items-center mt-3">
<button type="submit" class="btn btn-primary" th:text="#{profil.button}"></button>
</form>
</div>