Maj des images avec PEC des type de VHC
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<div class="main_container">
|
||||
{% 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.nType|add:'_'|add:vhc.nStatus|add:'.png' as image_static %}
|
||||
<div class="child">
|
||||
<div style="height: 25%;display: flex;padding-top: 10px;" >
|
||||
<a href="/admin/vehicles/vehicles/{{vhc.id}}/change/" style="font-weight: bold;">{{vhc.sName}}</a><br>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<div class="main_container">
|
||||
{% 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.nType|add:'_'|add:vhc.nStatus|add:'.png' as image_static %}
|
||||
<div class="child">
|
||||
<div style="height: 25%;display: flex;padding-top: 10px;" >
|
||||
<a href="/admin/vehicles/vehicles/{{vhc.id}}/change/" style="font-weight: bold;width: 78px;">{{vhc.sName}}</a><br>
|
||||
|
Reference in New Issue
Block a user