]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/templates/home.html
display emission subtitles on homepage
[panikweb-esperanzah.git] / panikweb_esperanzah / templates / home.html
index 9b3f639955139460fcd7f6ef034528c3c17c423c..1ce82355427f76fdbe2a8ada65c4d8de2cf53be1 100644 (file)
@@ -45,7 +45,8 @@
              </a>
              <div class="name"><span>{{emission.title}}</span></div>
               <div class="tags">
-              {% if emission.has_focus %}<span>#podcast</span>{% endif %}
+              {% if emission.subtitle %}<span>{{ emission.subtitle }}</span>
+              {% elif emission.has_focus %}<span>#podcast</span>{% endif %}
               {% for schedule in emission.schedule_set.all %}
                 {% if forloop.first and forloop.last %}#{{schedule.datetime|date:"l"}}{% endif %}
               {% endfor %}