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

All the quotes for {{ author.name }}:

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