From dcd219d5ba83f38ebbef84f4550df4a4a4a137aa Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Thu, 10 Nov 2022 14:29:11 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20visuel=20v=C3=A9hicule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vehicles/templates/vhc/vhc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vehicles/templates/vhc/vhc.html b/vehicles/templates/vhc/vhc.html index 1672b5c..51f779d 100644 --- a/vehicles/templates/vhc/vhc.html +++ b/vehicles/templates/vhc/vhc.html @@ -24,7 +24,7 @@ {% for info in vhc.get_all_infos_tech %}
{{info.sDesc}} -
{{info.get_Start_formated}} {{info.get_Author_formated}} +
{{info.get_Start_formated}} {{info.get_Author_formated}}
{% endfor %} @@ -35,15 +35,15 @@ {% for info in vhc.get_all_infos_mat %}
{{info.sDesc}} -
{{info.get_Start_formated}} {{info.get_Author_formated}} +
{{info.get_Start_formated}} {{info.get_Author_formated}}
{% endfor %}
Péremptions -
+
{% for info in vhc.get_all_infos_perempt %} -
+
{{info.sDesc}}
{% endfor %}