Amélioration visuel véhicule
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{% for info in vhc.get_all_infos_tech %}
|
||||
<div style="margin-top: 15px">
|
||||
{{info.sDesc}}
|
||||
<br><span style="font-style: italic;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
@@ -35,15 +35,15 @@
|
||||
{% for info in vhc.get_all_infos_mat %}
|
||||
<div style="margin-top: 15px">
|
||||
{{info.sDesc}}
|
||||
<br><span style="font-style: italic;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div style="width: 350px; ">
|
||||
<b>Péremptions</b>
|
||||
<div style="display: flex; border: 1px solid white; width: 125px">
|
||||
<div style="display: flex; width: 100%">
|
||||
{% for info in vhc.get_all_infos_perempt %}
|
||||
<div>
|
||||
<div style="border: 1px solid white;">
|
||||
{{info.sDesc}}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user