diff --git a/www/podjango/templates/podjango/cast/cast_detail.html b/www/podjango/templates/podjango/cast/cast_detail.html index b23de573d0e4ba111c868ed9fadca673ab0ce7e4..e0e11b4a38e7df5df8430d902e04a838914b9f64 100644 --- a/www/podjango/templates/podjango/cast/cast_detail.html +++ b/www/podjango/templates/podjango/cast/cast_detail.html @@ -4,11 +4,11 @@ {% extends "podjango/base_podcast.html" %} -{% block subtitle %}{{ object.title|striptags }} - Free as in Freedom - {% endblock %} +{% block subtitle %}{{ object.title|striptags }} - The Corresponding Source - {% endblock %} {% block content %} -

{% include 'podjango/feed_links.inc.html' %} Free as in Freedom

+

{% include 'podjango/feed_links.inc.html' %} The Corresponding Source

{% include 'podjango/audio_ogg_button.inc.html' %} {% include 'podjango/audio_mp3_button.inc.html' %} @@ -18,7 +18,9 @@

Download

+

oggmp3 +

Summary

@@ -29,15 +31,14 @@ This show was released on {{ object.pub_date|date:"l j F Y" }}; its running time is {{ object.duration}}.

Show Notes

-{{ object.body|safe }} -
- -
+
+ {{ object.body|safe }} +
+

Feedback

Send feedback and comments on the oggcast to <oggcast@faif.us>. -You can keep in touch with Free as in Freedom -on our IRC channel, #faif on irc.freenode.net, and +You can keep in touch on our IRC channel, #faif on irc.freenode.net, and by following @faif on identi.ca.

{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %}