Mise à jour de 'mycaldav/templates/vhc/vhc_view.html'

This commit is contained in:
2022-10-12 07:48:54 +02:00
parent 8066df7b37
commit bc8094d384

View File

@@ -1,3 +1,4 @@
<div style="color: white">
{% if latest_task_list %}
<table style="font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;">
{% for task in latest_task_list %}
@@ -19,4 +20,5 @@
</table>
{% else %}
<p>Aucune information véhicule</p>
{% endif %}
{% endif %}
</div>