Files @ d8a702c8c922
Branch filter:

Location: website/conservancy/podjango/templates/podjango/feeds/podcast_description.html

bsturmfels
Load images via staticfiles
{% load static %}

<p>
<a href="{{ obj.ogg_path }}"><img alt="[Direct download of cast in Ogg/Vorbis
                                          format]" src="{% static 'img/cast/audio_ogg_button.png' %}"/></a>
<a href="{{ obj.mp3_path }}"><img alt="[Direct download of cast in MP3 format]"
                                     src="{% static 'img/cast/audio_mp3_button.png' %}"/></a>
</p>
<p>
{{ obj.summary|safe }}
</p>
<div>
<h3>Show Notes:</h3>
</div>

{{ obj.body|safe }}

<hr width="80%"/>

{% include "podjango/feedback.inc.html" %}
{% include "podjango/credits.inc.html" %}
{% include "podjango/license.inc.html" %}