playing now
This commit is contained in:
parent
8ab1b004ea
commit
93f55757bc
|
@ -9,7 +9,7 @@ Context:
|
||||||
{% with True as hide_schedule %}
|
{% with True as hide_schedule %}
|
||||||
<table class="table is-striped is-hoverable is-fullwidth" role="list">
|
<table class="table is-striped is-hoverable is-fullwidth" role="list">
|
||||||
{% for object in object_list %}
|
{% for object in object_list %}
|
||||||
<tr>
|
<tr {% if object|is_diffusion and object.is_now %}class="is-primary"{% endif %}>
|
||||||
<td>
|
<td>
|
||||||
{% if object|is_diffusion %}
|
{% if object|is_diffusion %}
|
||||||
<time datetime="{{ object.start }}" title="{{ object.start }}">
|
<time datetime="{{ object.start }}" title="{{ object.start }}">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user