diff gpp/templates/podcast/detail.html @ 225:7fdfc9b3c71a

Tweaks to the podcast templates.
author Brian Neal <bgneal@gmail.com>
date Tue, 08 Jun 2010 03:22:26 +0000
parents 1ed461fd2030
children daa2916f5b34
line wrap: on
line diff
--- a/gpp/templates/podcast/detail.html	Tue Jun 08 03:09:48 2010 +0000
+++ b/gpp/templates/podcast/detail.html	Tue Jun 08 03:22:26 2010 +0000
@@ -1,7 +1,7 @@
 {% extends 'podcast/base.html' %}
 {% block title %}Podcast: {{ podcast.title }}{% endblock %}
 {% block podcast-content %}
-<div class="breadcrumb">
+<div class="breadcrumbs">
    <a href="{% url podcast.views.index %}">Podcast Index</a> &gt;&gt; {{ podcast.title }}
 </div>
 <h3>{{ podcast.pubdate|date:"F d, Y" }} &bull; {{ podcast.title }}</h3>