X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fdisplay.html;h=89010857aba943beb62d6a2f3ff65b904e437a99;hb=1403f44199bde09f56e466285e00462e88e344fd;hp=108dc92ba6a3662d01f02c57530d97be5898e971;hpb=979f7e231fdda726b78bb00914d4a5e22a1d81b7;p=djsite.git diff --git a/quotes/templates/quotes/display.html b/quotes/templates/quotes/display.html index 108dc92..8901085 100644 --- a/quotes/templates/quotes/display.html +++ b/quotes/templates/quotes/display.html @@ -3,18 +3,41 @@ {{ quote.text }}

-

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

+
+

+ + Show details

+
+

+ Hide details

+

+ — + + {{ quote.author.name }} + + +

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

- Tags: - {% for tag in quote.tags.all %} - {{ tag.tag }} - {% endfor %} -

- {% endif %} + {% if quote.tags.all %} +

+ Tags: + {% for tag in quote.tags.all %} + + {{ tag.tag }} + + {% endfor %} +

+ {% endif %} + +
+
+