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