modif site frontend
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user