X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fdisplay.html;h=696f7549eaef1954871d7eca32cffe39b496b63d;hb=242b0beb0eff7c97205b0bbe3747118b70ff1ee9;hp=2b1f03c31a0881fd7cba983bbb4f8447ef65f339;hpb=471c53df73726601ffdbefc3f709ab5b6cb381ff;p=djsite.git diff --git a/quotes/templates/quotes/display.html b/quotes/templates/quotes/display.html index 2b1f03c..696f754 100644 --- a/quotes/templates/quotes/display.html +++ b/quotes/templates/quotes/display.html @@ -1,6 +1,6 @@

- {{ quote.text }} + {{ quote.text|safe }}

@@ -14,16 +14,21 @@ Hide details

— - - {{ quote.author.name }} - + {{ quote.work.author.name }}, + {{ quote.work.name }}

- +
+

{{ quote.notes|safe }}

+
+ {% if not skip_work_notes %} + {% include "quotes/work_notes.html" with work=quote.work %} + {% endif %} {% if not skip_author_notes %} - {% include "quotes/author_notes.html" with author=quote.author %} + {% include "quotes/author_notes.html" with author=quote.work.author %} {% endif %} - {% if quote.tags.all %}

Tags: