This commit is contained in:
Parpaillax
2024-04-24 15:08:25 +02:00
15 changed files with 174 additions and 86 deletions

View File

@@ -112,7 +112,7 @@
<input type="hidden" th:field="*{id}" id="userId" th:value="${userProfile.id}">
<div class="d-flex justify-content-end align-items-center">
<a class="btn btn-secondary" href="/accueil" th:text="#{edit.profil.button.cancel}"></a>
<button type="submit" class="btn btn-primary ml-2" th:text="#{edit.profil.button.edit}"></button>
<button type="submit" class="btn btn-primary border-right ml-2" th:text="#{edit.profil.button.edit}"></button>
</div>
</div>
</div>