comparison 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
comparison
equal deleted inserted replaced
224:76ad86454ce9 225:7fdfc9b3c71a
1 {% extends 'podcast/base.html' %} 1 {% extends 'podcast/base.html' %}
2 {% block title %}Podcast: {{ podcast.title }}{% endblock %} 2 {% block title %}Podcast: {{ podcast.title }}{% endblock %}
3 {% block podcast-content %} 3 {% block podcast-content %}
4 <div class="breadcrumb"> 4 <div class="breadcrumbs">
5 <a href="{% url podcast.views.index %}">Podcast Index</a> &gt;&gt; {{ podcast.title }} 5 <a href="{% url podcast.views.index %}">Podcast Index</a> &gt;&gt; {{ podcast.title }}
6 </div> 6 </div>
7 <h3>{{ podcast.pubdate|date:"F d, Y" }} &bull; {{ podcast.title }}</h3> 7 <h3>{{ podcast.pubdate|date:"F d, Y" }} &bull; {{ podcast.title }}</h3>
8 <h4>{{ podcast.subtitle }}</h4> 8 <h4>{{ podcast.subtitle }}</h4>
9 {{ podcast.summary|linebreaks }} 9 {{ podcast.summary|linebreaks }}