From 733ad55efe53f88adf40386b5d234df00e4ee33a Mon Sep 17 00:00:00 2001 From: Brocas Mathieu Date: Wed, 12 Oct 2022 07:47:53 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'mycaldav/templates?= =?UTF-8?q?/task/task.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycaldav/templates/task/task.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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