X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Ftag.html;h=3f3eb06a9b16cfbd2111d15c265569133f0f35e9;hp=266cd168e45c35f75b69a1fca0523c93121b7d7d;hb=80b8a3d5a952846e12ef15d441c8ae7c529666cc;hpb=a9afd9f8e0f00de00d27fc7569c0d0b8f22f4302 diff --git a/quotes/templates/quotes/tag.html b/quotes/templates/quotes/tag.html index 266cd16..3f3eb06 100644 --- a/quotes/templates/quotes/tag.html +++ b/quotes/templates/quotes/tag.html @@ -1,11 +1,10 @@ {% extends 'quotes/base.html' %} -{% block body %} - +{% block title %}Quotes about "{{ tag.tag }}"{% endblock %} -

{{ tag.tag }}

+{% block body %} -

All the quotes tagged with {{ tag.tag }}:

+

All the quotes tagged with "{{ tag.tag }}":

{% for quote in tag.quote_set.all %} {% include "quotes/display.html" with quote=quote %}