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