File diff 7074802d50c0 → d8a702c8c922
conservancy/podjango/templates/podjango/feeds/podcast_description.html
Show inline comments
 
{% load static %}
 

	
 
<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>
 
<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 }}