diff --git a/mycaldav/templates/vhc/vhc_view.html b/mycaldav/templates/vhc/vhc_view.html index 6977a2d..d97ce2f 100644 --- a/mycaldav/templates/vhc/vhc_view.html +++ b/mycaldav/templates/vhc/vhc_view.html @@ -1,3 +1,4 @@ +
{% if latest_task_list %} {% for task in latest_task_list %} @@ -19,4 +20,5 @@
{% else %}

Aucune information véhicule

-{% endif %} \ No newline at end of file +{% endif %} +
\ No newline at end of file