playing now

This commit is contained in:
bkfox 2020-05-29 17:39:15 +02:00
parent d18aeaa9a9
commit 6458416370

View File

@ -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 }}