From ea5bed5e0996f227c3c3263629e0efc158ffaa6c Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 2 Mar 2023 12:13:04 +0100 Subject: [PATCH] remove useless labels --- scores/templates/scores/index.html | 9 --------- 1 file changed, 9 deletions(-) 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 %}
@@ -166,11 +162,6 @@ document.getElementById("demo").innerHTML = "Démarrage en cours...";
{% endfor %} - {% else %} -

Pas de matchs en cours...

- {% endif %} - -