X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fwork.html;h=4d651a493ace4b7a5fe18eff731d7df52a147457;hp=fca254869202a6a64dfc8c4123fc1f1212c649d9;hb=809334de67823bbda3f1c95ccbb719bf7eb825e4;hpb=3661a670aa9e6224383bc1ab9612987887494df5 diff --git a/quotes/templates/quotes/work.html b/quotes/templates/quotes/work.html index fca2548..4d651a4 100644 --- a/quotes/templates/quotes/work.html +++ b/quotes/templates/quotes/work.html @@ -6,7 +6,7 @@ {% include "quotes/work_notes.html" with work=work %} {% include "quotes/author_notes.html" with author=work.author %} -

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

+

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

{% for quote in work.quote_set.all %} {% include "quotes/display.html" with quote=quote skip_author_notes=True skip_work_notes=True %} {% endfor %}