modif véhicules

This commit is contained in:
2022-11-10 11:13:03 +01:00
parent 118a5e0da9
commit 054a5c740f
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -11,7 +11,7 @@
{% for vhc in list_vhc %}
{% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
<div class="child">
<div style="height: 30%;display: flex;" >
<div style="height: 25%;display: flex;" >
<b>{{vhc.sName}}</b><br>
<img height="100px" src="{% static image_static %}" ><br>
@@ -60,4 +60,4 @@
</body>
</html>
</html>