From 36e4c34630640d92379d7316901cb37a1db7ef05 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sat, 26 Nov 2022 10:15:38 +0100 Subject: [PATCH] Changement vhc.html --- vehicles/templates/vhc/vhc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}