prod
Razmig Sarkissian 2 years ago
parent 3b2bd877a6
commit cbc69a6516
  1. 20
      scores/templates/scores/tournament.html

@ -17,7 +17,7 @@
</head>
<div class="wrapper">
{% if live_matches.count|add:ended_matches.count > 6 and auto_scrolling and tv %}
{% if tv %}
<script>
var iInterval = 2000;
@ -162,24 +162,6 @@
<div style="float: left;">
<h3>{{ match.title|default:"Match" }}</h3>
</div>
{% if match.isMatch or match.isBracket %}
{% if match.isMatch %}
<div style="float: right;">
<h3><a href="/match/{{ match.id }}/">TERRAIN #{{ match.court }}</a><h3>
</div>
{% else %}
<div style="float: right;">
<h3><a href="/match/{{ match.id }}/">POULE #{{ match.poule|floatformat:0 }}</a><h3>
</div>
{% endif %}
{% else %}
{% if match.isStatistic %}
<div style="float: right;">
<h3><a href="/match/{{ match.id }}/">STATISTIQUES</a><h3>
</div>
{% endif %}
{% endif %}
</div>
{% if match.team3 %}

Loading…
Cancel
Save