forked from rc/aircox
work on home page, fix views & templates issues
This commit is contained in:
8
aircox/templates/aircox/widgets/podcast_item.html
Normal file
8
aircox/templates/aircox/widgets/podcast_item.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="podcast">
|
||||
{% if object.embed %}
|
||||
{{ object.embed|safe }}
|
||||
{% else %}
|
||||
<audio src="{{ object.url }}" controls>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user