diff --git a/vehicles/templates/vhc/peremptions.html b/vehicles/templates/vhc/peremptions.html index ed778be..87e6a92 100644 --- a/vehicles/templates/vhc/peremptions.html +++ b/vehicles/templates/vhc/peremptions.html @@ -12,7 +12,7 @@ {% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
- {{vhc.sName}}
+ {{vhc.sName}}

{% if vhc.bLucas %} @@ -28,13 +28,13 @@
{% for info in vhc.get_all_infos_perempt_perma %} - {{info.sDesc}}
+ {{info.sDesc}}
{% endfor %}
{% for info in vhc.get_all_infos_perempt %} - {{info.sDesc}}
+ {{info.sDesc}}
{% endfor %}