diff --git a/scores/templates/scores/index.html b/scores/templates/scores/index.html index 8239425..b11d0c1 100644 --- a/scores/templates/scores/index.html +++ b/scores/templates/scores/index.html @@ -106,10 +106,6 @@ document.getElementById("demo").innerHTML = "Démarrage en cours..."; {% endfor %} - {% else %} -
Pas de matchs en cours...
- {% endif %} - {% if ended_matches %} {% for match in ended_matches %}Pas de matchs en cours...
- {% endif %} - -