Files @ 7074802d50c0
Branch filter:

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

bsturmfels
Load favicon via staticfiles
<p>
<a href="http://faif.us{{ obj.ogg_path }}"><img alt="[Direct download of cast in Ogg/Vorbis
                                          format]" src="http://faif.us/img/cast/audio_ogg_button.png"/></a>
<a href="http://faif.us{{ obj.mp3_path }}"><img alt="[Direct download of cast in MP3 format]"
                                     src="http://faif.us/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" %}