Amélioration visuel véhicule

This commit is contained in:
Ambulance Clerc
2022-11-10 14:49:51 +01:00
parent e2406cc52b
commit 2c3c630b9f

View File

@@ -48,11 +48,13 @@
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a><br>
{% endfor %}
</div>
{% for info in vhc.get_all_infos_perempt %}
<div style="width: 170px;">
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a>
{% for info in vhc.get_all_infos_perempt %}
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a> <br>
{% endfor %}
</div>
{% endfor %}
</div>
</div>