radiocampus/templates: display cover on episode page

This commit is contained in:
2024-11-06 14:42:13 +01:00
parent 7a5bb3fb41
commit 7369d2d8d3

View File

@ -19,7 +19,7 @@
{% endblock %}
{% block header-cover %}
{% if cover and not "emissions/episodes" in request.path %}
{% if cover %}
<img src="{{ cover }}" ref="cover" class="cover">
{% endif %}
{% endblock %}