form action redirected to /user/update

This commit is contained in:
Capelier-Marla 2023-01-17 15:20:11 +01:00 committed by Thomas Rubini
parent 2469823f9d
commit 69417ff760
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -4,7 +4,7 @@
<a href="/user/logout">Se déconnecter</a>
<form action="/user/edit" method="post">
<form action="/user/update" method="post">
<label for="profilPicture">Changer l'image de profil&nbsp;</label>
<input type="file" name="profilPicture" id="profilPicture" accept="image/*">