maj vehicules
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
{% for vhc in list_vhc %}
|
||||
{% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
|
||||
<div class="child">
|
||||
<div style="height: 25%;display: flex;" >
|
||||
<div style="height: 25%;display: flex;padding-top: 10px;" >
|
||||
<a href="/admin/vehicles/vehicles/{{vhc.id}}/change/" target="_blank" style="font-weight: bold;">{{vhc.sName}}</a><br>
|
||||
|
||||
<img height="100px" src="{% static image_static %}" ><br>
|
||||
{% if vhc.bLucas %}
|
||||
<span style="align-self: flex-end; padding: 20px;">Lucas</span>
|
||||
<span style="align-self: flex-end; padding: 20px;color:orange">Lucas</span>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user