You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
392 B
19 lines
392 B
@page "/utilisateurs/modifier/{pseudo}"
|
|
|
|
<h1> Modifier l'utilisateur </h1>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="css/pages/utilisateurs/ModifierUtilisateur.css">
|
|
</head>
|
|
|
|
<FormulaireModification Utilisateur="@Utilisateur" />
|
|
|
|
<div class="test">
|
|
<VeraxShield.composants.authentification.FormulaireInscription>
|
|
|
|
</VeraxShield.composants.authentification.FormulaireInscription>
|
|
|
|
</div>
|
|
|
|
|