diff --git a/mycaldav/templates/team/team_view.html b/mycaldav/templates/team/team_view.html index e970f13..6647f3e 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, 16000); + timeout = setTimeout(resetSlides, 17000); } function resetSlides(){ console.log("pass_reset slide"); @@ -131,12 +131,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} -  Manif +  M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -155,14 +155,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} - - - + M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -188,12 +186,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} -  Manif +  M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -212,14 +210,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} - - - + M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -247,12 +243,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} -  Manif +  M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -271,14 +267,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} - - - + M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %}