Modification de templates
This commit is contained in:
parent
2d96eaf76d
commit
8f7cec93e0
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th class="text-left align-top" scope="col">
|
||||||
Détail
|
Détail
|
||||||
</th>
|
</th>
|
||||||
<th class="text-center align-top" scope="col">
|
<th class="text-center align-top" scope="col">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends 'base.html.twig' %}
|
{% extends 'base.html.twig' %}
|
||||||
|
|
||||||
{% block title %}Se connecter !{% endblock %}
|
{% block title %}Connexion{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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>
|
<label for="inputUsername">Nom d'utilisateur</label>
|
||||||
<input type="text" value="{{ last_username }}" name="username" id="inputUsername" class="form-control" autocomplete="username" required autofocus>
|
<input type="text" value="{{ last_username }}" name="username" id="inputUsername" class="form-control" autocomplete="username" required autofocus>
|
||||||
<label for="inputPassword">Mot de passe</label>
|
<label for="inputPassword">Mot de passe</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue