]> git.0d.be Git - panikweb-studioneau.git/commitdiff
use episode tags on episodes (instead of emission tags)
authorFrédéric Péters <fpeters@0d.be>
Sun, 15 May 2022 13:12:40 +0000 (15:12 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 15 May 2022 13:12:40 +0000 (15:12 +0200)
panikweb_studioneau/templates/emissions/episode_detail.html

index f33c99d943209b9aa85785f02f217f499262d9a4..eeee26437fa65ac86c2d1e7eb0d377290c21bc03 100644 (file)
@@ -21,7 +21,7 @@
 
 <div class="innest-page">
 <a class="back" title="{% trans "Back to emission" %}" href="{% url 'emission-view' slug=episode.emission.slug %}">{% trans "Back to emission" %}</a>
-{% include "includes/tags.html" with object=emission %}
+{% include "includes/tags.html" with object=episode %}
 <h1><a href="{% url 'emission-view' slug=emission.slug %}">{{ emission.title }}</a><br>
         {{ episode.title }}{% if episode.subtitle %}<br>{{ episode.subtitle }}{% endif %}</h1>
 {% if diffusions.exists %}