|
|
|
|
@ -106,10 +106,6 @@ document.getElementById("demo").innerHTML = "Démarrage en cours..."; |
|
|
|
|
</div> |
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
<p class="center">Pas de matchs en cours...</p> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if ended_matches %} |
|
|
|
|
{% for match in ended_matches %} |
|
|
|
|
<div class="match"> |
|
|
|
|
@ -166,11 +162,6 @@ document.getElementById("demo").innerHTML = "Démarrage en cours..."; |
|
|
|
|
</div> |
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
<p class="center">Pas de matchs en cours...</p> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</main> |
|
|
|
|
|