From 7c5d0ddee898b1d68be706a625531062ea7f523d Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 2 Mar 2023 12:18:02 +0100 Subject: [PATCH] fix --- scores/templates/scores/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scores/templates/scores/index.html b/scores/templates/scores/index.html index b11d0c1..2f76f38 100644 --- a/scores/templates/scores/index.html +++ b/scores/templates/scores/index.html @@ -106,6 +106,8 @@ document.getElementById("demo").innerHTML = "Démarrage en cours..."; {% endfor %} + {% endif %} + {% if ended_matches %} {% for match in ended_matches %}
@@ -162,6 +164,9 @@ document.getElementById("demo").innerHTML = "Démarrage en cours...";
{% endfor %} + {% endif %} + +