diff --git a/mycaldav/templates/task/task.html b/mycaldav/templates/task/task.html index fa22691..fc650f5 100644 --- a/mycaldav/templates/task/task.html +++ b/mycaldav/templates/task/task.html @@ -1,3 +1,4 @@ +
{% if latest_task_list %} @@ -15,4 +16,5 @@ {% else %}

Aucune tâche disponible.

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