playing now

This commit is contained in:
bkfox 2020-05-29 17:49:43 +02:00
parent 5f3c9f8c5c
commit d776639579

View File

@ -14,8 +14,8 @@ Context variables:
{% if not object.is_published and object.program.is_published %}
<a href="{{ object.program.get_absolute_url }}">
{% if diffusion and diffusion.is_now %}
<b class="fas fa-play"
title="{% trans "on air" %}" aria-label="{% trans "on air" %}"></b>
<small class="fas fa-play"
title="{% trans "on air" %}" aria-label="{% trans "on air" %}"></small>
{% endif %}
{{ object.title }}
</a>