Modification de templates

This commit is contained in:
Erwann PHILIPPE 2026-01-29 15:21:34 +01:00
parent 2d96eaf76d
commit 8f7cec93e0
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
</select>
</form>
</th>
<th>
<th class="text-left align-top" scope="col">
Détail
</th>
<th class="text-center align-top" scope="col">

View file

@ -1,6 +1,6 @@
{% extends 'base.html.twig' %}
{% block title %}Se connecter !{% endblock %}
{% block title %}Connexion{% endblock %}
{% block body %}
<form method="post">
@ -14,7 +14,7 @@
</div>
{% endif %}
<h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
<h1 class="h3 mb-3 font-weight-normal">Se connecter :</h1>
<label for="inputUsername">Nom d'utilisateur</label>
<input type="text" value="{{ last_username }}" name="username" id="inputUsername" class="form-control" autocomplete="username" required autofocus>
<label for="inputPassword">Mot de passe</label>