From 7ea0ab4bf2aae43c2beada72a7124bed0d3fae54 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Wed, 21 Jun 2023 18:34:14 +0200 Subject: [PATCH] Changement template reskreen --- mycaldav/templates/team/team_view.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/mycaldav/templates/team/team_view.html b/mycaldav/templates/team/team_view.html index ad0ac4e..e970f13 100644 --- a/mycaldav/templates/team/team_view.html +++ b/mycaldav/templates/team/team_view.html @@ -82,7 +82,7 @@ let timeout = null; function plusSlides(n) { showSlides(slideIndex += n); clearTimeout(timeout); - timeout = setTimeout(resetSlides, 15000); + timeout = setTimeout(resetSlides, 16000); } function resetSlides(){ console.log("pass_reset slide"); @@ -161,8 +161,8 @@ function showSlides(n) { {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -192,8 +192,8 @@ function showSlides(n) { {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -218,8 +218,8 @@ function showSlides(n) { {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -251,8 +251,8 @@ function showSlides(n) { {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -277,8 +277,8 @@ function showSlides(n) { {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %}