X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fonequote.html;h=359cc7bb0ebb40b3d9f57b65d84df4a25ee77df8;hb=80b8a3d5a952846e12ef15d441c8ae7c529666cc;hp=4d01894bb3ed75c4d20fe84d7fb835e11a9eb669;hpb=979f7e231fdda726b78bb00914d4a5e22a1d81b7;p=djsite.git diff --git a/quotes/templates/quotes/onequote.html b/quotes/templates/quotes/onequote.html index 4d01894..359cc7b 100644 --- a/quotes/templates/quotes/onequote.html +++ b/quotes/templates/quotes/onequote.html @@ -1,5 +1,7 @@ {% extends 'quotes/base.html' %} +{% block title %}A quote by {{quote.author.name}}...{% endblock %} + {% block body %} {% include "quotes/display.html" with quote=quote %}