playing now
This commit is contained in:
parent
d18aeaa9a9
commit
6458416370
|
@ -14,7 +14,7 @@ Context variables:
|
||||||
{% if not object.is_published and object.program.is_published %}
|
{% if not object.is_published and object.program.is_published %}
|
||||||
<a href="{{ object.program.get_absolute_url }}">
|
<a href="{{ object.program.get_absolute_url }}">
|
||||||
{{ object.title }}
|
{{ object.title }}
|
||||||
{% if object.is_now %}<span class="has-text-danger fa fa-play-circle"></span>{% endif %}
|
{% if diffusion and diffusion.is_now %}<span class="has-text-danger fa fa-play-circle"></span>{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user