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