work on archiver / episode item: is now

This commit is contained in:
bkfox
2020-05-29 17:37:04 +02:00
parent d5209206bd
commit d18aeaa9a9
6 changed files with 9 additions and 5 deletions

View File

@ -12,7 +12,10 @@ Context variables:
{% block title %}
{% if not object.is_published and object.program.is_published %}
<a href="{{ object.program.get_absolute_url }}">{{ object.title }}</a>
<a href="{{ object.program.get_absolute_url }}">
{{ object.title }}
{% if object.is_now %}<span class="has-text-danger fa fa-play-circle"></span>{% endif %}
</a>
{% else %}
{{ block.super }}
{% endif %}