forked from rc/aircox
continue migration: make website working
This commit is contained in:
14
aircox/templates/aircox/episode_detail.html
Normal file
14
aircox/templates/aircox/episode_detail.html
Normal file
@ -0,0 +1,14 @@
|
||||
{% extends "aircox/program_base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block main %}
|
||||
{{ block.super }}
|
||||
|
||||
{% if podcasts %}
|
||||
{% for object in podcasts %}
|
||||
{% include "aircox/podcast_item.html" %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user