playlists and podcasts on episode view

This commit is contained in:
bkfox
2019-08-07 22:52:34 +02:00
parent bd185125ac
commit aabbcd97fa
10 changed files with 45 additions and 29 deletions

View File

@ -6,7 +6,7 @@
{% if episodes %}
<section>
<h4 class="subtitle is-size-4">{% trans "Last shows" %}</h4>
<h4 class="title is-4">{% trans "Last shows" %}</h4>
{% for object in episodes %}
{% include "aircox/episode_item.html" %}