X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fdisplay.html;h=a9ff5cfbf3e5c6bdf78fc57f110654a6c8d24a17;hp=d15cc05934294cf41908aa587bf1f5bcf6164d7f;hb=060697325678491b635afba501ffae7abe09c468;hpb=197a926e7aa265910e3a3ab60f0fcdb21f1e2c89 diff --git a/quotes/templates/quotes/display.html b/quotes/templates/quotes/display.html index d15cc05..a9ff5cf 100644 --- a/quotes/templates/quotes/display.html +++ b/quotes/templates/quotes/display.html @@ -1,7 +1,7 @@
-

+

{{ quote.text|safe }} -

+

@@ -20,9 +20,11 @@ class="work_name">{{ quote.work.name }}

-
-

{{ quote.notes|safe }}

-
+ {% if quote.notes %} +
+ {{ quote.notes|safe }} +
+ {% endif %} {% if not skip_work_notes %} {% include "quotes/work_notes.html" with work=quote.work %} {% endif %}