From: Frédéric Péters Date: Wed, 16 Nov 2022 10:07:36 +0000 (+0100) Subject: include emission title on tag page X-Git-Tag: v2023~3 X-Git-Url: https://git.0d.be/?p=panikweb-studioneau.git;a=commitdiff_plain;h=1a5ef08fe85ee11b068ea56df4ca885009743221 include emission title on tag page --- diff --git a/panikweb_studioneau/templates/episodes/resume.html b/panikweb_studioneau/templates/episodes/resume.html index 7986457..10d91b6 100644 --- a/panikweb_studioneau/templates/episodes/resume.html +++ b/panikweb_studioneau/templates/episodes/resume.html @@ -16,5 +16,9 @@ {% else %} {% include "includes/tags.html" with object=episode.emission %} {% endif %} -

{{ episode.title }}{% if episode.subtitle %}
{{ episode.subtitle }}{% endif %} {{episode.first_diffusion|date:"d.m.Y H.i"}}

+

{% if include_emission_title %}{{ episode.emission.title }} +
{% endif %}{{ episode.title }} + {% if episode.subtitle %}
{{ episode.subtitle }}{% endif %} + {{episode.first_diffusion|date:"d.m.Y H.i"}}

diff --git a/panikweb_studioneau/templates/tag-items.html b/panikweb_studioneau/templates/tag-items.html index 65cf965..778a763 100644 --- a/panikweb_studioneau/templates/tag-items.html +++ b/panikweb_studioneau/templates/tag-items.html @@ -10,7 +10,7 @@