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