Relecture du code v1
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -121,7 +121,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- --------------------------------- -->
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Binary file not shown.
@@ -11,6 +11,14 @@
|
||||
</div>
|
||||
<div class="col">
|
||||
<h3 class="text-center">Carnet de bord du vehicule</h3>
|
||||
{% if messages %}
|
||||
{% for message in messages %}
|
||||
<div class="alert alert-success alert-dismissible fade show" role="alert">
|
||||
{{ message }}
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<form action="{% url 'gestion_vehicule:enregistrer-carnetBord' vehicule.id %}" id="carnetBordForm" method="post">
|
||||
<div class="form-group">
|
||||
<label for="">Immatriculation :</label>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user