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