Fix display of sports
This commit is contained in:
@ -522,6 +522,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Date</th>
|
<th scope="col">Date</th>
|
||||||
<th scope="col">Title</th>
|
<th scope="col">Title</th>
|
||||||
|
<th scope="col">Round</th>
|
||||||
<th scope="col">League</th>
|
<th scope="col">League</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -530,7 +531,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp|naturaltime}}</td>
|
<td>{{scrobble.timestamp|naturaltime}}</td>
|
||||||
<td>{{scrobble.sport_event.title}}</td>
|
<td>{{scrobble.sport_event.title}}</td>
|
||||||
<td>{{scrobble.sport_event.league.abbreviation}}</td>
|
<td>{{scrobble.sport_event.round.name}}</td>
|
||||||
|
<td>{{scrobble.sport_event.round.season.league}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user