]> git.0d.be Git - panikweb-studioneau.git/commitdiff
always display episode titles on homepage (fix erroneous condition)
authorFrédéric Péters <fpeters@0d.be>
Wed, 16 Nov 2022 10:09:12 +0000 (11:09 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 16 Nov 2022 10:09:12 +0000 (11:09 +0100)
panikweb_studioneau/templates/includes/home-show.html

index 5988885a00f64a5c5770d01c288a63471c8c4da5..d48d0466031b9a3c4af5bd38eb234aaa814dcbef 100644 (file)
@@ -16,6 +16,6 @@
          ><div class="emission-title-and-date"
            ><span class="emission-title">{{ episode.emission.title }}</span
            ><span class="emission-date">{{ episode.diffusions.0.datetime|date:"d.m" }}</span></div>
-         {% if episode.emission.subtitle %}{{ episode.title }}{% endif %}</a></h3>
+         {{ episode.title }}</a></h3>
 </div>