playing now
This commit is contained in:
parent
8687898b6f
commit
01bdad3201
|
@ -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 }}">
|
||||||
{% if diffusion and diffusion.is_now %}
|
{% if diffusion and diffusion.is_now %}
|
||||||
<span class="fa fa-play"
|
<span class="fas fa-play"
|
||||||
title="{% trans "on air" %}" aria-label="{% trans "on air" %}"></span>
|
title="{% trans "on air" %}" aria-label="{% trans "on air" %}"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ object.title }}
|
{{ object.title }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user