main
Razmig Sarkissian 2 years ago
parent 4184ac27b4
commit ecc6caefce
  1. 2
      scores/templates/scores/tournament.html

@ -82,7 +82,6 @@
</div>
</div>
{% for match in live_matches %}
{% if match.isMatch %}
<div class="match">
<div style="width: 100%;">
<div style="float: left;">
@ -172,7 +171,6 @@
{% endif %}
</div>
{% endif %}
{% endfor %}
{% for match in ended_matches %}

Loading…
Cancel
Save