playing now

This commit is contained in:
bkfox
2020-05-29 18:05:00 +02:00
parent f7f0065757
commit f2ba798c4c
3 changed files with 3 additions and 4 deletions

View File

@ -70,7 +70,7 @@
{% with has_headline=False %}
<table class="table is-fullwidth has-background-transparent">
{% for object in sidebar_object_list %}
<tr {% if object.is_now %}class="is-primary"{% endif %}>
<tr {% if object.is_now %}class="is-selected"{% endif %}>
<td>{{ object.start|date:"H:i" }}</td>
<td>{% include "aircox/widgets/diffusion_item.html" %}</td>
</tr>