From 8066df7b3722fc259b2c1efcbfb9ac06a76f454e Mon Sep 17 00:00:00 2001 From: Brocas Mathieu Date: Wed, 12 Oct 2022 07:48:32 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'mycaldav/templates?= =?UTF-8?q?/team/team=5Fview.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycaldav/templates/team/team_view.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mycaldav/templates/team/team_view.html b/mycaldav/templates/team/team_view.html index e4b9c31..e4d761e 100644 --- a/mycaldav/templates/team/team_view.html +++ b/mycaldav/templates/team/team_view.html @@ -1,3 +1,4 @@ +
{% if latest_task_list %} {% for task in latest_task_list %} @@ -29,4 +30,5 @@
{% else %}

Aucune information d'équipage

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