X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Ftag.html;fp=quotes%2Ftemplates%2Fquotations%2Ftag.html;h=266cd168e45c35f75b69a1fca0523c93121b7d7d;hp=bf06aff10549747d6ebca01876cf28a55ae8cbab;hb=979f7e231fdda726b78bb00914d4a5e22a1d81b7;hpb=c7ddb3d6a9f2ca0f2fbdc3b8a72c8110549ed66e diff --git a/quotes/templates/quotations/tag.html b/quotes/templates/quotes/tag.html similarity index 62% rename from quotes/templates/quotations/tag.html rename to quotes/templates/quotes/tag.html index bf06aff..266cd16 100644 --- a/quotes/templates/quotations/tag.html +++ b/quotes/templates/quotes/tag.html @@ -1,4 +1,4 @@ -{% extends 'quotations/base.html' %} +{% extends 'quotes/base.html' %} {% block body %} @@ -8,7 +8,7 @@

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

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