X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Ftag.html;h=a308d451f8f348d0338917c74879b103e3c1c725;hb=242b0beb0eff7c97205b0bbe3747118b70ff1ee9;hp=3f3eb06a9b16cfbd2111d15c265569133f0f35e9;hpb=80b8a3d5a952846e12ef15d441c8ae7c529666cc;p=djsite.git diff --git a/quotes/templates/quotes/tag.html b/quotes/templates/quotes/tag.html index 3f3eb06..a308d45 100644 --- a/quotes/templates/quotes/tag.html +++ b/quotes/templates/quotes/tag.html @@ -4,11 +4,10 @@ {% 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 %} {% endfor %} - {% endblock %}