X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Ftag.html;h=52497dc241e21d4cce91f4274a7100eb849ed385;hp=266cd168e45c35f75b69a1fca0523c93121b7d7d;hb=809334de67823bbda3f1c95ccbb719bf7eb825e4;hpb=979f7e231fdda726b78bb00914d4a5e22a1d81b7 diff --git a/quotes/templates/quotes/tag.html b/quotes/templates/quotes/tag.html index 266cd16..52497dc 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 %}