modif véhicules
This commit is contained in:
Binary file not shown.
BIN
vehicles/templates/vhc/.vhc.html.swp
Normal file
BIN
vehicles/templates/vhc/.vhc.html.swp
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@
|
|||||||
{% for vhc in list_vhc %}
|
{% for vhc in list_vhc %}
|
||||||
{% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
|
{% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
|
||||||
<div class="child">
|
<div class="child">
|
||||||
<div style="height: 30%;display: flex;" >
|
<div style="height: 25%;display: flex;" >
|
||||||
<b>{{vhc.sName}}</b><br>
|
<b>{{vhc.sName}}</b><br>
|
||||||
|
|
||||||
<img height="100px" src="{% static image_static %}" ><br>
|
<img height="100px" src="{% static image_static %}" ><br>
|
||||||
@@ -60,4 +60,4 @@
|
|||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user