diff --git a/www/podjango/templates/podjango/cast/cast_list.html b/www/podjango/templates/podjango/cast/cast_list.html index 84afa71848f5cd0af6788659471491384de4f24e..1984291cc40fa380d623bdb284867bebebd7500b 100644 --- a/www/podjango/templates/podjango/cast/cast_list.html +++ b/www/podjango/templates/podjango/cast/cast_list.html @@ -4,11 +4,11 @@ {% extends "podjango/base_podcast.html" %} -{% block subtitle %}Free as in Freedom - {% endblock %} +{% block subtitle %}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

{% if tags %}

Displaying casts @@ -32,8 +32,10 @@ tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, 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 }} +
+ {% if object.tags.all %}

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

{% endif %} {% endfor %}