diff --git a/vehicles/templates/vhc/peremptions.html b/vehicles/templates/vhc/peremptions.html index c18e045..ec42a99 100644 --- a/vehicles/templates/vhc/peremptions.html +++ b/vehicles/templates/vhc/peremptions.html @@ -9,7 +9,7 @@
{% 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 %}
{{vhc.sName}}
diff --git a/vehicles/templates/vhc/vhc.html b/vehicles/templates/vhc/vhc.html index 078530c..e562763 100644 --- a/vehicles/templates/vhc/vhc.html +++ b/vehicles/templates/vhc/vhc.html @@ -9,7 +9,7 @@
{% 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 %}