логотипы команд в расписании тура
This commit is contained in:
@@ -927,6 +927,7 @@ data-role="{{ p.position or '' }}"
|
||||
<th class="tour-match-col">Матч</th>
|
||||
<th class="tour-meta-col">Счёт / статус</th>
|
||||
<th class="tour-stadium-col">Стадион</th>
|
||||
<th class="tour-channel-col">Канал</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -975,6 +976,28 @@ data-role="{{ p.position or '' }}"
|
||||
<td class="stadium-cell">
|
||||
{{ m.stadium_name or "—" }}
|
||||
</td>
|
||||
|
||||
<td class="tour-channel-cell">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
class="tour-channel-checkbox"
|
||||
data-channel="match"
|
||||
data-match-id="{{ m.match_external_id }}"
|
||||
>
|
||||
Матч
|
||||
</label>
|
||||
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
class="tour-channel-checkbox"
|
||||
data-channel="match_premier"
|
||||
data-match-id="{{ m.match_external_id }}"
|
||||
>
|
||||
Матч Премьер
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user