user detail
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="champ-saisie">
|
||||
<label for="password" th:text="#{re}">Mot de passe: </label>
|
||||
<label for="password">Mot de passe: </label>
|
||||
<div>
|
||||
<input type="password" th:field="*{password}" id="password" />
|
||||
</div>
|
||||
@@ -118,7 +118,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="champ-saisie">
|
||||
<label for="confirmPassword" th:text="#{}">Confirmation du mot de passe: </label>
|
||||
<label for="confirmPassword">Confirmation du mot de passe: </label>
|
||||
<div>
|
||||
<input type="password" id="confirmPassword" />
|
||||
</div>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<button type="submit" class="btn btn-primary">Connexion</button>
|
||||
<button type="button" class="btn btn-warning text-light" href="/inscription">Créer un compte </button>
|
||||
<button class="btn btn-warning text-light" href="/inscription">Créer un compte </button>
|
||||
</div>
|
||||
</form>
|
||||
<div th:if="${param.error}" class="text-danger">
|
||||
|
||||
Reference in New Issue
Block a user