X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fdisplay.html;h=d15cc05934294cf41908aa587bf1f5bcf6164d7f;hb=fabbe3385841576b6b9116c1db609d9c9174f8ba;hp=f2744621eae07dc71bef8d42d099e458d168399b;hpb=5555709dc52190a838ce513c2c6435b3335389ea;p=djsite.git diff --git a/quotes/templates/quotes/display.html b/quotes/templates/quotes/display.html index f274462..d15cc05 100644 --- a/quotes/templates/quotes/display.html +++ b/quotes/templates/quotes/display.html @@ -1,6 +1,6 @@

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

@@ -14,9 +14,9 @@ Hide details

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

@@ -33,7 +33,7 @@

Tags: {% for tag in quote.tags.all %} - {{ tag.tag }}{% if not forloop.last %}, {% endif %} {% endfor %} @@ -43,6 +43,6 @@