modif véhicules
This commit is contained in:
Binary file not shown.
@@ -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>
|
||||
|
Reference in New Issue
Block a user