From b2fc4c68aa2e353941e6c36f41c5d39a4f93d7d9 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sat, 26 Nov 2022 10:38:12 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20p=C3=A9remption?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vehicles/templates/vhc/peremptions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}