diff --git a/vehicles/templates/vhc/vhc.html b/vehicles/templates/vhc/vhc.html index 5e0123c..1555b4e 100644 --- a/vehicles/templates/vhc/vhc.html +++ b/vehicles/templates/vhc/vhc.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 %} @@ -25,7 +25,7 @@ Infos techniques {% for info in vhc.get_all_infos_tech %}
- {{info.sDesc}}
+ {{info.sDesc}}
{{info.get_Start_formated}} {{info.get_Author_formated}}
{% endfor %} @@ -35,7 +35,7 @@ Matériels manquants {% for info in vhc.get_all_infos_mat %}
- {{info.sDesc}}
+ {{info.sDesc}}

{{info.get_Start_formated}} {{info.get_Author_formated}}
{% endfor %}