From: Frédéric Péters Date: Thu, 7 Apr 2022 07:59:31 +0000 (+0200) Subject: make emission title a link back to emission page on episode pages X-Git-Tag: v2023~18 X-Git-Url: https://git.0d.be/?p=panikweb-studioneau.git;a=commitdiff_plain;h=0a62a33452478dd53c49e21a6bf94466dd448272 make emission title a link back to emission page on episode pages --- diff --git a/panikweb_studioneau/templates/emissions/episode_detail.html b/panikweb_studioneau/templates/emissions/episode_detail.html index 64de11a..d5b0112 100644 --- a/panikweb_studioneau/templates/emissions/episode_detail.html +++ b/panikweb_studioneau/templates/emissions/episode_detail.html @@ -22,7 +22,7 @@
{% trans "Back to emission" %} {% include "includes/tags.html" with object=emission %} -

{{ emission.title }}
+

{{ emission.title }}
{{ episode.title }}{% if episode.subtitle %}
{{ episode.subtitle }}{% endif %}

{% if diffusions.exists %}

{% for diffusion in diffusions %}{{diffusion.datetime|date:"d.m.Y H.i"}} {% if not forloop.last %} | {% endif %}{% endfor %}