modif véhicules

This commit is contained in:
2022-11-10 16:44:39 +01:00
parent 76b4aaa00c
commit 56dbd25473
3 changed files with 21 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="child_box" style="height: 70%;">
<div style="width: 46%; padding: 2px;height: var(--main-child-container-height);">
<div style="width: 48%;height: var(--main-child-container-height);">
<b>Infos techniques</b>
{% for info in vhc.get_all_infos_tech %}
<div style="margin-top: 15px">
@@ -30,10 +30,10 @@
</div>
<div style="width: 46%;padding: 2px;height: var(--main-child-container-height);">
<div style="width: 48%;height: var(--main-child-container-height);">
<b>Matériels manquants</b>
{% for info in vhc.get_all_infos_mat %}
<div style="margin-top: 15px">
<div style="margin-top: 15px; color: red">
{{info.sDesc}}
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
</div>