modif site frontend

This commit is contained in:
2022-10-13 10:02:40 +02:00
parent 250d9cf713
commit a477cd36ea
3 changed files with 83 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
{% for task in latest_task_list %}
<tr>
<td style="vertical-align: top;padding-bottom: 18px" width="100" >
<td style="vertical-align: top;padding-bottom: 18px" width="120" >
<span style="font-weight: bold;">{{task.key}}</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}<br>
@@ -21,4 +21,4 @@
{% else %}
<p>Aucune information véhicule</p>
{% endif %}
</div>
</div>