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

Aucune info route

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