remove useless labels

v2
Laurent 3 years ago
parent 0a7e6e7f90
commit 8305ce24f1
  1. 9
      scores/templates/scores/index.html

@ -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>

Loading…
Cancel
Save